Modularize individual configs
This commit is contained in:
parent
fbd32d90f5
commit
c7a26746e1
13 changed files with 303 additions and 278 deletions
|
|
@ -101,9 +101,8 @@
|
|||
'';
|
||||
};
|
||||
|
||||
build-command = lib.mkOption {
|
||||
default =
|
||||
"sudo nixos-rebuild switch --flake /home/${config.conf.username}/gits/dotFiles/.";
|
||||
nixos-config-path = lib.mkOption {
|
||||
default = "/home/${config.conf.username}/gits/nixos/.";
|
||||
example = "yourpath/.";
|
||||
type = lib.types.str;
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue