diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-07 13:04:03 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-07 13:04:03 +0200 |
commit | b3b78ca3c15bff46eb913e7f0cfebdac71557eea (patch) | |
tree | 1ce5236c3b2bcd6d7493ba3d80d26ab46ad99f23 /hosts/vm | |
parent | b0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (diff) |
fixed command-not-found
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 6 |
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 |