diff --git a/modules/conf.nix b/modules/conf.nix index 8bed977..cb92f2b 100644 --- a/modules/conf.nix +++ b/modules/conf.nix @@ -177,7 +177,7 @@ }; nix_path = lib.mkOption { - default = "/home${config.conf.username}/gits/nixos"; + default = "/home/${config.conf.username}/gits/nixos"; example = "yourpath"; type = lib.types.str; description = '' diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index 8c702bd..4c9c8e1 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -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' diff --git a/modules/programs/hyprland/hyprpaper.nix b/modules/programs/hyprland/hyprpaper.nix index d6eff04..a16e975 100644 --- a/modules/programs/hyprland/hyprpaper.nix +++ b/modules/programs/hyprland/hyprpaper.nix @@ -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 = ''