Compare commits

..

No commits in common. "d05d565509a216e3262482b25c140e0f76c78e65" and "7b1aad39c84765e47fbdafbfef6e51e20ddab981" have entirely different histories.

4 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -29,11 +29,8 @@ 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