From 2edac9f47826d8b2daa90fff83a1fdd2cd6d4cec Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 5 Dec 2023 20:31:12 +0900 Subject: [PATCH] Tst XFCE --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 12ca4d4a..74bc2b2f 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small";}; nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; # Physical - framework-server = libx.mkHost { hostname = "framework-server"; desktop = "gnome"; gpu = "intel"; }; + framework-server = libx.mkHost { hostname = "framework-server"; desktop = "xfce"; gpu = "intel"; }; nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; desktop = "gnome"; gpu = "nvidia"; }; nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "amd"; theme = "green"; }; nixos-rpi4-01 = libx.mkHost { hostname = "nixos-rpi4-01"; platform = "aarch64-linux"; };