Add blank home-manager config

This commit is contained in:
ItsDrike 2024-03-23 23:06:58 +01:00
parent da5262c60d
commit e2764cb4cb
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
12 changed files with 98 additions and 4 deletions

View file

@ -0,0 +1,6 @@
_: {
imports = [
./graphical
./terminal
];
}

View file

@ -0,0 +1,5 @@
_: {
imports = [
./wms
];
}

View file

@ -0,0 +1,5 @@
_: {
imports = [
./hyprland
];
}

View file

@ -0,0 +1,3 @@
_: {
imports = [ ];
}

View file

@ -0,0 +1,3 @@
_: {
imports = [ ];
}