1
Fork 0

ok fuck you you win

This commit is contained in:
caem 2025-01-23 02:32:55 +01:00
parent c1223644cb
commit 6de3b35901
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 5 additions and 7 deletions

View file

@ -1,5 +0,0 @@
{ lib, ... }:
{
imports = lib.getModuleImports ./.;
}

View file

@ -1,5 +1,8 @@
{ lib, ... }: { ... }:
{ {
imports = lib.getModuleImports ./.; imports = [
./desktop/gnome
./development
];
} }