Autostart and some extra programs

This commit is contained in:
LarsZauberer 2024-04-17 23:09:58 +02:00
commit aabbf1fef5
2 changed files with 5 additions and 0 deletions

View file

@ -91,6 +91,9 @@ in {
exec-once = [ exec-once = [
"waybar" "waybar"
"swww init & swww img ${gitPath}/${cfg.wallpaper}" "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 = [ bind = [

View file

@ -60,6 +60,8 @@ in {
toipe toipe
keepassxc keepassxc
vivaldi vivaldi
fzf
nix-index
]; ];
}; };
} }