Update hosts/brandon-desktop/configuration.nix

This commit is contained in:
logical_code 2025-12-16 01:12:49 -05:00
parent 0b6cac4d8d
commit dc7179f8c8

View file

@ -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;
}