From 0c6138970a2a428880e8a5a4bb6257bdd309796e Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 21 Jan 2026 14:18:27 -0600 Subject: Don't enable firefox globally --- hosts/desktop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/desktop') 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; } -- cgit v1.2.3