Modularize individual configs

This commit is contained in:
DashieTM 2024-08-24 22:21:50 +02:00
parent fbd32d90f5
commit c7a26746e1
13 changed files with 303 additions and 278 deletions

View file

@ -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 = ''