From b3b78ca3c15bff46eb913e7f0cfebdac71557eea Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 7 Feb 2023 13:04:03 +0200 Subject: fixed command-not-found --- hosts/vm/cfg.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/vm') 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 -- cgit 1.4.1