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.
environment.systemPackages = with pkgs; [
# One-off stable packages
# One-off packages
discord
gamemode
] ++ [
# One-off unstable packages
];
# Enable modules

View File

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

View File

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

View File

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