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 = {
|
accounts.email = {
|
||||||
maildirBasePath = "mail";
|
maildirBasePath = "mail";
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
|
@ -328,7 +328,7 @@ in
|
||||||
# blurls=notifications
|
# blurls=notifications
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"kwalletd5"
|
"kwalletd6"
|
||||||
# "eww daemon"
|
# "eww daemon"
|
||||||
"swww-daemon --format xrgb"
|
"swww-daemon --format xrgb"
|
||||||
# "eww open ${if laptop then "bar0" else "bar1"}"
|
# "eww open ${if laptop then "bar0" else "bar1"}"
|
||||||
|
@ -342,7 +342,6 @@ in
|
||||||
"systemctl --user stop jellyfin-mpv-shim"
|
"systemctl --user stop jellyfin-mpv-shim"
|
||||||
"systemctl --user stop emacs"
|
"systemctl --user stop emacs"
|
||||||
"systemctl --user stop nextcloud-client"
|
"systemctl --user stop nextcloud-client"
|
||||||
"emacs --daemon"
|
|
||||||
"jellyfin-mpv-shim"
|
"jellyfin-mpv-shim"
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
"kdeconnect-indicator"
|
"kdeconnect-indicator"
|
||||||
|
@ -351,6 +350,7 @@ in
|
||||||
"hypridle"
|
"hypridle"
|
||||||
"nm-tray"
|
"nm-tray"
|
||||||
"sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg -t grow --transition-bezier .14,0,.14,.99"
|
"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 = ''
|
systemd.extraConfig = ''
|
||||||
DefaultTimeoutStopSec=10s
|
DefaultTimeoutStopSec=10s
|
||||||
|
DefaultTimeoutStartSec=10s
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# stylix = {
|
# stylix = {
|
||||||
|
@ -120,6 +121,10 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.regreet = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.etc."greetd/environments".text = ''
|
environment.etc."greetd/environments".text = ''
|
||||||
hyprland
|
hyprland
|
||||||
dbus-run-session startplasma-wayland
|
dbus-run-session startplasma-wayland
|
||||||
|
|
Loading…
Reference in a new issue