refactor: start i3/hyprland in home-manager instead of NixOS

This commit is contained in:
Ryan Yin
2023-12-23 17:23:25 +08:00
parent 82cfa4c6f7
commit 73e3707570
20 changed files with 370 additions and 134 deletions
@@ -10,8 +10,9 @@ for _prs in "${_ps[@]}"; do
fi
done
# Set wallpaper
swaybg --output '*' --mode fill --image ~/.config/wallpapers/default_wallpaper &
# Set wallpaper via a wallpaper.service
# it will by start by home-manager automatically, do not need to restart it here.
# systemctl --user restart wallpaper.service
# Lauch notification daemon (mako)
~/.config/hypr/scripts/notifications &