Added Default imports for modules and environments
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./environments
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./apps
|
||||||
|
./hyprland
|
||||||
|
./zsh
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user