summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-21 14:18:27 -0600
committerChristian <[email protected]>2026-01-21 14:18:27 -0600
commit0c6138970a2a428880e8a5a4bb6257bdd309796e (patch)
tree7a470f1a18aaaff8769d76dea71e01f8497ab015 /hosts/desktop
parentf4472f01307f5366e4afd8109236d5852773951d (diff)
Don't enable firefox globally
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix2
1 files changed, 2 insertions, 0 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;
}