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

View File

@ -73,6 +73,8 @@
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,9 +71,11 @@
# List packages installed in system profile. # List packages installed in system profile.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off packages # One-off stable packages
distrobox distrobox
]; ] ++ [
# One-off unstable packages
];
# Enable modules # Enable modules
modules = { modules = {

View File

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