finished switching to modules

This commit is contained in:
Gerg-L 2023-02-22 19:09:11 -05:00
parent 99e7bf43e3
commit 87ca412366
12 changed files with 172 additions and 144 deletions

View file

@ -1,7 +1,7 @@
inputs: {
imports = [
(import ./dwm.nix inputs)
(import ./gnome.nix inputs)
(import ./xfce.nix inputs)
(import ./dwm.nix inputs)
];
}