some resturcturing of hm
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
};
|
||||
imports = [
|
||||
./system/polkit.nix
|
||||
./git
|
||||
./gui
|
||||
./shell/cnst.nix
|
||||
./appearance
|
||||
./tui
|
||||
];
|
||||
}
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
./rofi
|
||||
./waybar
|
||||
./anyrun
|
||||
./gtk
|
||||
./xdg
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
6
home/core/tui/default.nix
Normal file
6
home/core/tui/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./git
|
||||
./shell
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user