testing the new config before pushing to main
This commit is contained in:
parent
a545953c2d
commit
c53123d2c5
38 changed files with 370 additions and 198 deletions
|
|
@ -10,8 +10,8 @@ in
|
|||
imports = [
|
||||
./base
|
||||
./nvidia
|
||||
#./gaming
|
||||
#./laptop
|
||||
./gaming
|
||||
./laptop
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
@ -20,7 +20,7 @@ in
|
|||
default = [];
|
||||
};
|
||||
|
||||
systemProfiles = {
|
||||
systemProfile = {
|
||||
base = {
|
||||
enable = lib.mkEnableOption "Enable the base profile";
|
||||
};
|
||||
|
|
@ -36,5 +36,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config.profiles = profileEnabler;
|
||||
config.systemProfile = profileEnabler;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue