diff options
author | Silas Schöffel <sils@sils.li> | 2025-06-22 14:22:14 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-06-22 14:22:14 +0200 |
commit | 020681f57aa54d9a2b29f1f963a15a8998465095 (patch) | |
tree | d9b645fd5f0bcdb452ebf609c8deae99f42a7e00 /modules | |
parent | gpg: disable agent (diff) | |
download | nix-config-020681f57aa54d9a2b29f1f963a15a8998465095.zip |
hyprland: remove keepassxc autostart
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index fd0e918..4de6524 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -204,7 +204,6 @@ in { #"${pkgs.waybar}/bin/waybar" "${pkgs.mako}/bin/mako" "${pkgs.swaybg}/bin/swaybg -i ${self}/files/wallpaper.jpg" - "[workspace 1 silent] keepassxc" ]; }; }; |