forked from fabian/nix_config
modularize users
and other stuff
This commit is contained in:
parent
1add39aae0
commit
119c0ab771
6 changed files with 128 additions and 55 deletions
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
flakes,
|
||||
modulesPath,
|
||||
...
|
||||
}: let
|
||||
|
@ -12,7 +13,7 @@
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
flakes.nixpkgs.nixosModules.notDetected
|
||||
];
|
||||
|
||||
boot.initrd = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue