ok fuck you you win
This commit is contained in:
parent
c1223644cb
commit
6de3b35901
2 changed files with 5 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = lib.getModuleImports ./.;
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = lib.getModuleImports ./.;
|
||||
imports = [
|
||||
./desktop/gnome
|
||||
./development
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue