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 {
default = "/home${config.conf.username}/gits/nixos";
default = "/home/${config.conf.username}/gits/nixos";
example = "yourpath";
type = lib.types.str;
description = ''