got it working even more
This commit is contained in:
parent
7686df76ed
commit
c2cda08d69
21 changed files with 469 additions and 222 deletions
15
system/default.nix
Normal file
15
system/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./shell.nix
|
||||
./networking.nix
|
||||
./dm.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue