Tweak greetd a lil

This commit is contained in:
Nathan McCarty 2023-06-18 18:54:52 -04:00
parent a23205be99
commit ad43501d8a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
useOSProber = true;
};
virtualisation.vmware.guest.enable = true;
services.greetd.enable = false;
# Setup system configuration
nathan = {
programs = { games = false; };

View File

@ -15,7 +15,7 @@ in with lib; {
settings = { GTK = { font_name = "Roboto 16"; }; };
};
services.greetd = {
enable = true;
enable = lib.mkDefault true;
settings = { default_session.command = "cage -s -- regreet"; };
};
# Setup drivers