Adjust hyprpaper documentation
This commit is contained in:
parent
b83ccc7bfe
commit
b994e4698c
3 changed files with 4 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue