provisional alpine server setup
This commit is contained in:
parent
9877bc2f30
commit
b1fc9f70e7
5 changed files with 102 additions and 95 deletions
|
|
@ -33,6 +33,7 @@
|
|||
./nixos/programs/gamer.nix
|
||||
./nixos/programs/personal.nix
|
||||
./nixos/programs/anki.nix
|
||||
./nixos/workstation.nix
|
||||
] [
|
||||
./home/desktop/hyprland/.
|
||||
./home/programs/graphical.nix
|
||||
|
|
@ -45,13 +46,17 @@
|
|||
./hardware/fcs-tristan-nixbook.nix
|
||||
(auto-login "Hyprland")
|
||||
./nixos/modules/work.nix
|
||||
./nixos/workstation.nix
|
||||
] [
|
||||
./home/desktop/hyprland/.
|
||||
./home/programs/work.nix
|
||||
./home/programs/graphical.nix
|
||||
];
|
||||
|
||||
alpine = mkConf [./hardware/alpine.nix] [];
|
||||
alpine = mkConf [
|
||||
./hardware/alpine.nix
|
||||
./nixos/programs/anki.nix
|
||||
] [];
|
||||
|
||||
vm-sway =
|
||||
builtins.trace ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue