mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moving towards modules...
This commit is contained in:
parent
32bf78aa36
commit
f911f3f44d
18 changed files with 288 additions and 237 deletions
6
modules/common/default.nix
Normal file
6
modules/common/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
inputs: {
|
||||
imports = [
|
||||
(import ./nix.nix inputs)
|
||||
(import ./x.nix inputs)
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue