diff options
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 | ||||
| -rw-r--r-- | modules/common.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index dca3df1..b09a5ee 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -7,4 +7,6 @@ ]; networking.hostName = "desktop"; + + programs.firefox.enable = true; } diff --git a/modules/common.nix b/modules/common.nix index fcfed19..60f6034 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -46,8 +46,6 @@ alacritty ]; - programs.firefox.enable = true; - programs.neovim = { enable = true; vimAlias = true; |
