diff options
author | tzlil <tzlils@protonmail.com> | 2023-01-14 15:12:10 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-01-14 15:12:10 +0200 |
commit | e352e75b64313d524d36ba395b97597904b86267 (patch) | |
tree | 67f055cde2cb44bf78901e2973307644837c2937 /hosts | |
parent | 8a528d47c5cba60a9ac77dfe0582b8fb506e6828 (diff) |
remove mon:stdio, uncomment greetd
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vm/cfg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index c5f17f9..7d81e43 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -6,7 +6,7 @@ ../../profiles/graphical.nix ../../mixins/tailscale.nix ../../mixins/cli.nix - # ../../mixins/greet.nix + ../../mixins/greet.nix ../../mixins/sway.nix ]; |