fixed tuigreet sysd spam

This commit is contained in:
specCon18 2023-08-15 23:08:59 -04:00
parent 4ae96c2a65
commit 84bde42545
4 changed files with 54 additions and 3 deletions

View file

@ -60,6 +60,11 @@
options = "--delete-older-than 7d";
};
};
speccon18.desktop.hyprland.enable = true;
speccon18.desktop.gnome.enable = false;
speccon18 = {
desktop = {
hyprland.enable = true;
gnome.enable = false;
displayManager.tuigreet.enable = true;
};
};
}