From 80c98715aa21538fddc204c17a1000311c4b8f38 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Sat, 19 Apr 2025 23:38:20 +0200 Subject: [PATCH] Update FW16 to Gnome again --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7bd6aa57..91dfb54b 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = "plasma6"; }; + framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "gnome"; }; 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 = "plasma6"; }; + "albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "gnome"; }; "albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; }; # Raspberry Pi's