diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 19:34:20 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:52 -0700 |
| commit | 911277bbdb587863b582ea57e9183e996d12e44c (patch) | |
| tree | 45dd2a38e736241f1ff06dfd4a8418c00b7d7cc2 /snowfall/modules/home/suites/desktop | |
| parent | 3dd24ce98bc8b4102a151268db46c41d6fccb49d (diff) | |
migration: firefox
Diffstat (limited to 'snowfall/modules/home/suites/desktop')
| -rw-r--r-- | snowfall/modules/home/suites/desktop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix index 377cff6..7322e0a 100644 --- a/snowfall/modules/home/suites/desktop/default.nix +++ b/snowfall/modules/home/suites/desktop/default.nix @@ -12,6 +12,7 @@ in { apps = { kitty.enable = true; flameshot.enable = true; + firefox.enable = true; }; desktop.components = { |