diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-09 14:03:19 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-09 14:03:19 +0200 |
commit | 566dc1e8f6e619f590f017a810a8a55d9a90a25c (patch) | |
tree | 29ac3794c6b5e1ca07c8a7587c6fb14fb1ddcdb2 /hosts/vm | |
parent | b3b78ca3c15bff46eb913e7f0cfebdac71557eea (diff) |
add website (caddy) config, add mpd, add pc config, remove 9p mount from run.sh, improve greet mixin
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 |