some resturcturing of hm

This commit is contained in:
cnst
2024-07-07 09:41:56 +02:00
parent 79381454a1
commit 8fe5665135
8 changed files with 9 additions and 3 deletions

View File

@@ -6,9 +6,7 @@
};
imports = [
./system/polkit.nix
./git
./gui
./shell/cnst.nix
./appearance
./tui
];
}

View File

@@ -9,6 +9,8 @@
./rofi
./waybar
./anyrun
./gtk
./xdg
];
home.packages = with pkgs; [

View File

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