Update desktop;
This commit is contained in:
parent
fa07ef1d44
commit
03b2127b60
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
nuc-server = libx.mkHost { hostname = "nuc-server"; };
|
||||
|
||||
# User Machines
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "plasma6"; repo = "nixpkgs-unstable"; };
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "plasma6"; };
|
||||
nixos-framework = libx.mkHost { hostname = "nixos-framework"; unfree = true; desktop = "plasma6"; };
|
||||
steamdeck = libx.mkDeck { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue