1

Modules/Hyprland: Configure Caelestia

This commit is contained in:
2025-11-14 14:51:45 +01:00
parent 0980fe5297
commit 6020e99197
9 changed files with 598 additions and 73 deletions

View File

@ -389,6 +389,21 @@ with mylib.networking; {
wacom.enable = true;
};
# greetd = {
# enable = !headless;
# restart = false;
# useTextGreeter = true;
#
# settings = {
# terminal.vt = 1;
#
# default_session = {
# command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd $SHELL";
# user = "greeter";
# };
# };
# };
# Enable touchpad support (enabled default in most desktopManager).
libinput.enable = !headless;