moving towards modules...

This commit is contained in:
Gerg-L 2023-02-20 22:28:01 -05:00
parent 32bf78aa36
commit f911f3f44d
18 changed files with 288 additions and 237 deletions

View file

@ -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)
];
}