Added Default imports for modules and environments

This commit is contained in:
marthsincemelee
2023-07-02 23:07:51 +02:00
parent d1138eee25
commit e4d62003f2
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
{ ... }:
{
imports = [
./environments
];
}
+8
View File
@@ -0,0 +1,8 @@
{ ... }:
{
imports = [
./apps
./hyprland
./zsh
];
}