add (geekiot fully): add geekiot full (without old hm stuff) configuration
This commit is contained in:
parent
507e85e6a7
commit
3cf719b609
8 changed files with 137 additions and 10 deletions
|
|
@ -1,9 +1,15 @@
|
|||
{ customFunctions, ... }:
|
||||
{
|
||||
imports = customFunctions.scan {
|
||||
path = ./.;
|
||||
exclude = [ ./default.nix ];
|
||||
};
|
||||
inputs,
|
||||
customFunctions,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
customFunctions.scan {
|
||||
path = ./.;
|
||||
exclude = [ ./default.nix ];
|
||||
}
|
||||
++ [ inputs.nixos-hardware.nixosModules.common-cpu-intel ];
|
||||
|
||||
device.laptop = {
|
||||
enable = true;
|
||||
|
|
|
|||
Reference in a new issue