uwsm fixes and some secrets fixes
This commit is contained in:
@@ -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"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
|||||||
BIN
secrets/lock.jpg
BIN
secrets/lock.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 726 KiB |
@@ -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];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user