Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 5 additions and 7 deletions
Showing only changes of commit 6de3b35901 - Show all commits

View file

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

View file

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