summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-07 13:04:03 +0200
committertzlil <tzlils@protonmail.com>2023-02-07 13:04:03 +0200
commitb3b78ca3c15bff46eb913e7f0cfebdac71557eea (patch)
tree1ce5236c3b2bcd6d7493ba3d80d26ab46ad99f23 /hosts
parentb0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (diff)
fixed command-not-found
Diffstat (limited to 'hosts')
-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