summary refs log tree commit diff
path: root/hosts/vm
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vm')
-rw-r--r--hosts/vm/cfg.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix
index 4042ea0..4084ef9 100644
--- a/hosts/vm/cfg.nix
+++ b/hosts/vm/cfg.nix
@@ -6,8 +6,8 @@
     # ../../profiles/graphical.nix
     ../../mixins/tailscale.nix
     ../../mixins/cli.nix
-    ../../mixins/greet.nix
-    ../../mixins/hyprland.nix
+    # ../../mixins/greet.nix
+    # ../../mixins/hyprland.nix
     # ../../mixins/sway.nix
   ];
 
@@ -72,6 +72,6 @@
       algorithm = "zstd";
     };
 
-    greeter.initialSession = "sh -c hyprland";
+    # greeter.initialSession = "sh -c hyprland";
   };
 }
\ No newline at end of file