some tweaks to qt and systemd
This commit is contained in:
parent
1c57018766
commit
8c0d6fefd3
|
@ -141,6 +141,10 @@ in
|
|||
# '';
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "mail";
|
||||
accounts = {
|
||||
|
|
|
@ -328,7 +328,7 @@ in
|
|||
# blurls=notifications
|
||||
|
||||
exec-once = [
|
||||
"kwalletd5"
|
||||
"kwalletd6"
|
||||
# "eww daemon"
|
||||
"swww-daemon --format xrgb"
|
||||
# "eww open ${if laptop then "bar0" else "bar1"}"
|
||||
|
@ -342,7 +342,6 @@ in
|
|||
"systemctl --user stop jellyfin-mpv-shim"
|
||||
"systemctl --user stop emacs"
|
||||
"systemctl --user stop nextcloud-client"
|
||||
"emacs --daemon"
|
||||
"jellyfin-mpv-shim"
|
||||
"nextcloud"
|
||||
"kdeconnect-indicator"
|
||||
|
@ -351,6 +350,7 @@ in
|
|||
"hypridle"
|
||||
"nm-tray"
|
||||
"sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg -t grow --transition-bezier .14,0,.14,.99"
|
||||
"emacs --daemon"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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…
Reference in a new issue