From e302b58b25cfc24bd13c2a3e5017ce23e1f03115 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 28 Sep 2023 20:41:17 +0900 Subject: [PATCH] Test Gnome --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4cd27311..19da47aa 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ nixosConfigurations = { # Virtual Machines nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; - nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; }; + nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "gnome"; gpu = "intel"; theme = "gruvbox"; }; # Physical Machines nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; }; nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; }; @@ -47,7 +47,7 @@ homeConfigurations = { # Virtual Machines "albert@nixos-vm-01" = libx.mkHome { hostname = "nixos-vm-01"; }; - "albert@nixos-vm-02" = libx.mkHome { hostname = "nixos-vm-02"; desktop = "hyprland"; theme = "gruvbox"; }; + "albert@nixos-vm-02" = libx.mkHome { hostname = "nixos-vm-02"; desktop = "gnome"; theme = "gruvbox"; }; # Physical Machines "albert@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; desktop = "hyprland"; theme = "gruvbox"; }; "albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "gruvbox"; };