uwsm fixes and some secrets fixes

This commit is contained in:
cnst
2024-11-18 06:17:24 +01:00
parent edfc9767c7
commit 8e580867bd
3 changed files with 4 additions and 5 deletions

View File

@@ -35,15 +35,15 @@ in {
(mkIf (host == "cnixpad") { (mkIf (host == "cnixpad") {
wayland.windowManager.hyprland.settings.exec-once = [ wayland.windowManager.hyprland.settings.exec-once = [
"blueman-applet" "uwsm app -- blueman-applet"
"pamixer --set-volume 50" "uwsm app -- pamixer --set-volume 50"
]; ];
}) })
(mkIf (host == "toothpc") { (mkIf (host == "toothpc") {
wayland.windowManager.hyprland.settings.exec-once = [ wayland.windowManager.hyprland.settings.exec-once = [
"mullvad-vpn" "uwsm app -- mullvad-vpn"
"hyprctl dispatch exec 'sleep 3s && solaar -w hide'" "uwsm app -- solaar -w hide"
]; ];
}) })
]); ]);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 KiB

View File

@@ -5,5 +5,4 @@ let
in { in {
"cnstssh.age".publicKeys = [cnst cnix]; "cnstssh.age".publicKeys = [cnst cnix];
"cnixssh.age".publicKeys = [cnst cnix]; "cnixssh.age".publicKeys = [cnst cnix];
"lock.jpg".publicKeys = [cnst cnix];
} }