diff options
| author | Christian <[email protected]> | 2026-01-21 14:18:27 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-21 14:18:27 -0600 |
| commit | 0c6138970a2a428880e8a5a4bb6257bdd309796e (patch) | |
| tree | 7a470f1a18aaaff8769d76dea71e01f8497ab015 /hosts/desktop/configuration.nix | |
| parent | f4472f01307f5366e4afd8109236d5852773951d (diff) | |
Don't enable firefox globally
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 |
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; } |
