diff options
-rw-r--r-- | hm/packages/default.nix | 2 | ||||
-rw-r--r-- | modules/hm/sils/hyprland.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hm/packages/default.nix b/hm/packages/default.nix index 9108d24..270eb5f 100644 --- a/hm/packages/default.nix +++ b/hm/packages/default.nix @@ -35,6 +35,8 @@ in { mako libnotify + logseq # structured notes + gnome-boxes # virtualisation hugo # ssg diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 3bb9387..ed51c34 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -191,6 +191,7 @@ in { #"${pkgs.waybar}/bin/waybar" "${pkgs.mako}/bin/mako" "${pkgs.swaybg}/bin/swaybg -i ${self}/files/wallpaper.jpg" + "[workspace 1 silent] keepassxc" ]; }; }; |