From 5210acff88a524169fb676b587a7a7cd526434a1 Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Wed, 17 Apr 2024 23:09:58 +0200 Subject: [PATCH] Autostart and some extra programs --- hosts/lars/hyprland.nix | 3 +++ hosts/lars/programs.nix | 2 ++ 2 files changed, 5 insertions(+) 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 ]; }; }