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
|
|
@ -1,6 +1,10 @@
|
|||
inputs: {
|
||||
imports = [
|
||||
(import ./sxhkd.nix inputs)
|
||||
(import ./common inputs)
|
||||
(import ./unfree.nix inputs)
|
||||
(import ./DE-WM inputs)
|
||||
(import ./DM inputs)
|
||||
(import ./hardware.nix inputs)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue