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 = [ imports = [
./system/polkit.nix ./system/polkit.nix
./git
./gui ./gui
./shell/cnst.nix ./tui
./appearance
]; ];
} }

View File

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

View File

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