diff options
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 4084ef9..4af1667 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -3,12 +3,12 @@ ../../profiles/core.nix ../../profiles/user.nix ../../profiles/ssh.nix - # ../../profiles/graphical.nix + ../../profiles/graphical.nix ../../mixins/tailscale.nix ../../mixins/cli.nix - # ../../mixins/greet.nix + ../../mixins/greet.nix # ../../mixins/hyprland.nix - # ../../mixins/sway.nix + ../../mixins/sway.nix ]; config = { @@ -72,6 +72,6 @@ algorithm = "zstd"; }; - # greeter.initialSession = "sh -c hyprland"; + # greeter.initialSession = "sh -c sway"; }; } \ No newline at end of file |