some tweaks to qt and systemd
This commit is contained in:
parent
1c57018766
commit
8c0d6fefd3
3 changed files with 11 additions and 2 deletions
|
@ -43,6 +43,7 @@ with lib;
|
|||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
DefaultTimeoutStartSec=10s
|
||||
'';
|
||||
|
||||
# stylix = {
|
||||
|
@ -120,6 +121,10 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.etc."greetd/environments".text = ''
|
||||
hyprland
|
||||
dbus-run-session startplasma-wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue