fix(modules/options): set dotfiles dir to str
This commit is contained in:
parent
4773862b40
commit
b645cca259
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ with lib.hlissner;
|
|||
home = mkOpt attrs { };
|
||||
|
||||
dotfiles = {
|
||||
dir = mkOpt path (findFirst pathExists (toString ../.) [
|
||||
"/etc/nixos"
|
||||
]);
|
||||
dir = mkOpt str "/etc/nixos";
|
||||
homeFile = mkOpt attrs { };
|
||||
configFile = mkOpt attrs { };
|
||||
dataFile = mkOpt attrs { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue