wallpaper!

This commit is contained in:
Sense T 2023-06-29 11:38:56 +08:00
parent 5f52b5f1cb
commit b04540a4f5
5 changed files with 9 additions and 0 deletions

View File

@ -45,6 +45,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
hyprpaper
hyprland-protocols
hyprland-share-picker
xdg-desktop-portal-hyprland

View File

@ -16,6 +16,7 @@ monitor=,preferred,auto,1,transform,3
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
exec-once = waybar
exec-once = hyprpaper
exec-once = systemctl --user start dunst
exec-once = systemctl --user start fcitx5-daemon

View File

@ -0,0 +1,3 @@
preload = .local/share/wallpapers/550w.png
wallpaper = eDP-1,.local/share/wallpapers/550w.png
ipc = off

View File

@ -41,6 +41,7 @@
file = {
# hyprland
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
".config/hypr/hyprpaper.conf".source = ./files/hyprpaper.conf;
# ranger
".config/ranger/rc.conf".source = ./files/ranger-rc.conf;
@ -48,6 +49,9 @@
# nwg
".config/nwg-launchers".source = ./files/nwg-launchers;
# wallpapers
".local/share/wallpapers".source = ./wallpapers;
# Use flatseal to change permissions.
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB