uwsm fixes and some secrets fixes
This commit is contained in:
@@ -35,15 +35,15 @@ in {
|
||||
|
||||
(mkIf (host == "cnixpad") {
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"blueman-applet"
|
||||
"pamixer --set-volume 50"
|
||||
"uwsm app -- blueman-applet"
|
||||
"uwsm app -- pamixer --set-volume 50"
|
||||
];
|
||||
})
|
||||
|
||||
(mkIf (host == "toothpc") {
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"mullvad-vpn"
|
||||
"hyprctl dispatch exec 'sleep 3s && solaar -w hide'"
|
||||
"uwsm app -- mullvad-vpn"
|
||||
"uwsm app -- solaar -w hide"
|
||||
];
|
||||
})
|
||||
]);
|
||||
|
||||
BIN
secrets/lock.jpg
BIN
secrets/lock.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 726 KiB |
@@ -5,5 +5,4 @@ let
|
||||
in {
|
||||
"cnstssh.age".publicKeys = [cnst cnix];
|
||||
"cnixssh.age".publicKeys = [cnst cnix];
|
||||
"lock.jpg".publicKeys = [cnst cnix];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user