Anthony Rodriguez
b808281674
Started moving HM config to the new local modules system. Conditionally toggling based on profiles and modules.
8 lines
83 B
Nix
8 lines
83 B
Nix
_: {
|
|
imports = [
|
|
./land
|
|
./idle.nix
|
|
./lock.nix
|
|
./paper.nix
|
|
];
|
|
}
|