diff --git a/modules/home/programs/hyprland/startup.nix b/modules/home/programs/hyprland/startup.nix index 8d001835..1e9142ab 100644 --- a/modules/home/programs/hyprland/startup.nix +++ b/modules/home/programs/hyprland/startup.nix @@ -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" ]; }) ]); diff --git a/secrets/lock.jpg b/secrets/lock.jpg deleted file mode 100644 index bc85de87..00000000 Binary files a/secrets/lock.jpg and /dev/null differ diff --git a/secrets/secrets.nix b/secrets/secrets.nix index ad82c318..6df1c668 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -5,5 +5,4 @@ let in { "cnstssh.age".publicKeys = [cnst cnix]; "cnixssh.age".publicKeys = [cnst cnix]; - "lock.jpg".publicKeys = [cnst cnix]; }