Move Framework abck to Plasma 6
This commit is contained in:
parent
80c98715aa
commit
64e7637c1f
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
# User Machines
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "plasma6"; };
|
||||
framework13 = libx.mkHost { hostname = "framework13"; unfree = true; desktop = "gnome"; };
|
||||
framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "gnome"; };
|
||||
framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "plasma6"; };
|
||||
steamdeck = libx.mkDeck { hostname = "steamdeck"; desktop = "plasma6"; };
|
||||
|
||||
# Raspberry Pi's
|
||||
|
@ -90,7 +90,7 @@
|
|||
# User Machines
|
||||
"albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "plasma6"; };
|
||||
"albert@framework13" = libx.mkHome { hostname = "framework13"; desktop = "gnome"; };
|
||||
"albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "gnome"; };
|
||||
"albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "plasma6"; };
|
||||
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; };
|
||||
|
||||
# Raspberry Pi's
|
||||
|
|
Loading…
Add table
Reference in a new issue