mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 11:26:06 -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.
|
# 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
|
||||||
|
@ -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
|
||||||
|
@ -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 = {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user