some resturcturing of hm 4

This commit is contained in:
cnst
2024-07-07 10:17:58 +02:00
parent c13b159ea0
commit 978520ac87
5 changed files with 0 additions and 89 deletions

View File

@@ -1,8 +0,0 @@
{
imports = [
./git
./hypr
./shell/adam.nix
./appearance
];
}

View File

@@ -1,12 +0,0 @@
{
home.sessionVariables = {
BROWSER = "firefox";
EDITOR = "nvim";
TERM = "foot";
};
imports = [
./system/polkit.nix
./gui
./tui
];
}

View File

@@ -1,6 +0,0 @@
{
imports = [
./git/cnst.nix
./shell/cnst.nix
];
}