From 566dc1e8f6e619f590f017a810a8a55d9a90a25c Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 9 Feb 2023 14:03:19 +0200 Subject: add website (caddy) config, add mpd, add pc config, remove 9p mount from run.sh, improve greet mixin --- hosts/vm/cfg.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hosts/vm') 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 -- cgit 1.4.1