[feat] add hyprpaper config
This commit is contained in:
parent
2b62283909
commit
661d512c9c
2 changed files with 3 additions and 1 deletions
1
files/hyprpaper.conf
Normal file
1
files/hyprpaper.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
splash = true
|
|
@ -53,7 +53,8 @@
|
||||||
(service home-emacs-service-type)
|
(service home-emacs-service-type)
|
||||||
(service home-files-service-type
|
(service home-files-service-type
|
||||||
`((".config/hypr/hyprland.conf" ,(local-file "files/hyprland.conf"))
|
`((".config/hypr/hyprland.conf" ,(local-file "files/hyprland.conf"))
|
||||||
(".config/hypr/hyprlock.conf" ,(local-file "files/hyprlock.conf"))))
|
(".config/hypr/hyprlock.conf" ,(local-file "files/hyprlock.conf"))
|
||||||
|
(".config/hypr/hyprpaper.conf" ,(local-file "files/hyprpaper.conf"))))
|
||||||
(service home-zsh-service-type
|
(service home-zsh-service-type
|
||||||
(home-zsh-configuration
|
(home-zsh-configuration
|
||||||
(zshrc (list (local-file "files/zshrc"))))))))
|
(zshrc (list (local-file "files/zshrc"))))))))
|
||||||
|
|
Loading…
Reference in a new issue