mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 03:16:05 -07:00
Compare commits
No commits in common. "d05d565509a216e3262482b25c140e0f76c78e65" and "7b1aad39c84765e47fbdafbfef6e51e20ddab981" have entirely different histories.
d05d565509
...
7b1aad39c8
@ -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
|
||||
|
@ -73,6 +73,8 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
# One-off stable packages
|
||||
distrobox
|
||||
] ++ [
|
||||
# One-off unstable packages
|
||||
];
|
||||
|
||||
# Enable modules
|
||||
|
@ -71,9 +71,11 @@
|
||||
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
# One-off packages
|
||||
# One-off stable packages
|
||||
distrobox
|
||||
];
|
||||
] ++ [
|
||||
# One-off unstable packages
|
||||
];
|
||||
|
||||
# Enable modules
|
||||
modules = {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user