polkit changes and some typos, also lock update

This commit is contained in:
cnst
2024-12-04 19:22:47 +01:00
parent d29ff74d23
commit a61c2688e0
3 changed files with 60 additions and 29 deletions

View File

@@ -16,10 +16,8 @@ in {
{
wayland.windowManager.hyprland.settings = {
exec-once = [
"hyprlock"
"systemctl --user start polkit-gnome-authentication-agent-1"
"uwsm finalize"
"uwsm app -- keepassxc'"
"hyprlock"
];
};
}
@@ -28,6 +26,7 @@ in {
wayland.windowManager.hyprland.settings.exec-once = [
"uwsm app -- mullvad-vpn"
"uwsm app -- blueman-applet"
"uwsm app -- keepassxc"
"uwsm app -- pamixer --set-volume 50"
"uwsm app -- solaar -w hide"
];
@@ -36,6 +35,7 @@ in {
(mkIf (host == "cnixpad") {
wayland.windowManager.hyprland.settings.exec-once = [
"uwsm app -- blueman-applet"
"uwsm app -- keepassxc"
"uwsm app -- pamixer --set-volume 50"
];
})
@@ -43,6 +43,7 @@ in {
(mkIf (host == "toothpc") {
wayland.windowManager.hyprland.settings.exec-once = [
"uwsm app -- mullvad-vpn"
"uwsm app -- keepassxc"
"uwsm app -- solaar -w hide"
];
})

View File

@@ -14,11 +14,11 @@ in {
systemd.user.services.polkit-gnome-authentication-agent-1 = {
Unit.Description = "polkit-gnome-authentication-agent-1";
# Install = {
# WantedBy = ["graphical-session.target"];
# Wants = ["graphical-session.target"];
# After = ["graphical-session.target"];
# };
Install = {
WantedBy = ["graphical-session.target"];
Wants = ["graphical-session.target"];
After = ["graphical-session.target"];
};
Service = {
Type = "simple";