Update flake, move new laptop to Gnome
This commit is contained in:
parent
650717fdc1
commit
5b662326ba
1 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
||||||
# User Machines
|
# User Machines
|
||||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "plasma6"; };
|
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "plasma6"; };
|
||||||
framework13 = libx.mkHost { hostname = "framework13"; unfree = true; desktop = "gnome"; };
|
framework13 = libx.mkHost { hostname = "framework13"; unfree = true; desktop = "gnome"; };
|
||||||
framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "plasma6"; };
|
framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "gnome"; };
|
||||||
steamdeck = libx.mkDeck { hostname = "steamdeck"; desktop = "plasma6"; };
|
steamdeck = libx.mkDeck { hostname = "steamdeck"; desktop = "plasma6"; };
|
||||||
|
|
||||||
# Raspberry Pi's
|
# Raspberry Pi's
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
# User Machines
|
# User Machines
|
||||||
"albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "plasma6"; };
|
"albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "plasma6"; };
|
||||||
"albert@framework13" = libx.mkHome { hostname = "framework13"; desktop = "gnome"; };
|
"albert@framework13" = libx.mkHome { hostname = "framework13"; desktop = "gnome"; };
|
||||||
"albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "plasma6"; };
|
"albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "gnome"; };
|
||||||
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; };
|
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; };
|
||||||
|
|
||||||
# Raspberry Pi's
|
# Raspberry Pi's
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
|
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||||
|
|
||||||
# Containers
|
# Containers
|
||||||
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "gruvbox"; };
|
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; };
|
||||||
};
|
};
|
||||||
deploy.nodes = {
|
deploy.nodes = {
|
||||||
# Linode VMs
|
# Linode VMs
|
||||||
|
|
Loading…
Reference in a new issue