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

@ -177,7 +177,7 @@
}; };
nix_path = lib.mkOption { nix_path = lib.mkOption {
default = "/home${config.conf.username}/gits/nixos"; default = "/home/${config.conf.username}/gits/nixos";
example = "yourpath"; example = "yourpath";
type = lib.types.str; type = lib.types.str;
description = '' description = ''

View file

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

View file

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