Adjust hyprpaper documentation

This commit is contained in:
DashieTM 2024-09-08 18:48:22 +02:00
parent b83ccc7bfe
commit b994e4698c
3 changed files with 4 additions and 2 deletions

View file

@ -46,6 +46,7 @@
set EDITOR "neovide --no-fork"
alias rebuild='sudo nixos-rebuild switch --flake ${config.conf.nixos-config-path}'
alias update='sudo nixos-rebuild switch --flake ${config.conf.nixos-config-path}'
abbr --add ls 'lsd'
abbr --add :q 'exit'
abbr --add gh 'git push origin'

View file

@ -17,7 +17,8 @@
config = lib.mkOption {
default = "";
example = ''
Hyprpaper config
preload = path/to/wallpaper
wallpaper = YOURMONITOR,path/to/wallpaper
'';
type = lib.types.lines;
description = ''