diff options
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 = { |