diff --git a/hosts/lars/hyprland.nix b/hosts/lars/hyprland.nix index 5353ff2..cd12319 100644 --- a/hosts/lars/hyprland.nix +++ b/hosts/lars/hyprland.nix @@ -91,6 +91,9 @@ in { exec-once = [ "waybar" "swww init & swww img ${gitPath}/${cfg.wallpaper}" + "keepassxc" + "nextcloud" + "element-desktop --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu" ]; bind = [ diff --git a/hosts/lars/programs.nix b/hosts/lars/programs.nix index 6198624..5e0dd5a 100644 --- a/hosts/lars/programs.nix +++ b/hosts/lars/programs.nix @@ -60,6 +60,8 @@ in { toipe keepassxc vivaldi + fzf + nix-index ]; }; }