Compare commits

...

3 Commits

4 changed files with 6 additions and 9 deletions

View File

@ -65,11 +65,9 @@
# List packages installed in system profile. # List packages installed in system profile.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off packages
discord discord
gamemode gamemode
] ++ [
# One-off unstable packages
]; ];
# Enable modules # Enable modules

View File

@ -73,8 +73,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off stable packages
distrobox distrobox
] ++ [
# One-off unstable packages
]; ];
# Enable modules # Enable modules

View File

@ -71,11 +71,9 @@
# List packages installed in system profile. # List packages installed in system profile.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off packages
distrobox distrobox
] ++ [ ];
# One-off unstable packages
];
# Enable modules # Enable modules
modules = { modules = {

View File

@ -29,8 +29,11 @@ Set of configs files to setup NixOS.
```bash ```bash
cd ~/.local/share/chezmoi/provision cd ~/.local/share/chezmoi/provision
sudo nixos-rebuild switch --flake .#<host> sudo nixos-rebuild switch --flake .#<host>
chezmoi init && chezmoi apply
``` ```
Profit!
Perform additional setup found in [additional-setup](additional-setup.md) Perform additional setup found in [additional-setup](additional-setup.md)
## Update ## Update