diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-01-31 15:10:46 -0500 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-01-31 15:10:46 -0500 |
| commit | f061e0b0c7ed745f372a89d5ec5f69dbd818c731 (patch) | |
| tree | 6df41e1666046bb9292a3be74b278b2ba68bf78d /modules/options.nix | |
| parent | 968c8b2ad3459c9834c3d4ccb799031f9be5b6ca (diff) | |
| download | nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.gz nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.bz2 nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.zip | |
desktop changes 2026-01-31
Diffstat (limited to 'modules/options.nix')
| -rw-r--r-- | modules/options.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/options.nix b/modules/options.nix index c2463b4..04566eb 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -6,6 +6,7 @@ home-manager, ... }: { + options = { user = lib.mkOption { type = lib.types.attrs; @@ -111,6 +112,7 @@ xdg = { enable = true; configFile = lib.mkAliasDefinitions options.home.configFile; + configHome = config.user.home + "/.config"; }; }; |
