From dc7179f8c8f4e60dd3f554f4c7d0df432b6f8a05 Mon Sep 17 00:00:00 2001 From: logical_code Date: Tue, 16 Dec 2025 01:12:49 -0500 Subject: [PATCH] Update hosts/brandon-desktop/configuration.nix --- hosts/brandon-desktop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/brandon-desktop/configuration.nix b/hosts/brandon-desktop/configuration.nix index 126c370..75fd554 100644 --- a/hosts/brandon-desktop/configuration.nix +++ b/hosts/brandon-desktop/configuration.nix @@ -93,7 +93,7 @@ }; # Install firefox. - programs.firefox.enable = true; + programs.firefox.enable = false; # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -132,4 +132,7 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "25.11"; # Did you read the comment? + #enable configs + core.gaming.enable = true; + core.desktop.enable = true; }