Update hosts/brandon-desktop/configuration.nix
This commit is contained in:
parent
0b6cac4d8d
commit
dc7179f8c8
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue