setup desktop with nixos

This commit is contained in:
Vinzenz Schroeter 2023-08-27 13:28:13 +02:00
parent 4585904bdc
commit be2290371c
9 changed files with 106 additions and 24 deletions

View file

@ -6,5 +6,6 @@ When adding a new host:
3. copy an existing devicename.nix
5. change import to `new-devicename-hardware-configuration.nix`
6. set the hostname and optional imports in `new-devicename.nix`
7. `ln -s ./new-devicename.nix /etc/nixos/configuration`
8. apply
7. `ln -s ./new-devicename.nix /etc/nixos/configuration.nix`
8. `sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager`
9. apply