some resturcturing of hm
This commit is contained in:
@@ -6,9 +6,7 @@
|
|||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
./system/polkit.nix
|
./system/polkit.nix
|
||||||
./git
|
|
||||||
./gui
|
./gui
|
||||||
./shell/cnst.nix
|
./tui
|
||||||
./appearance
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
./rofi
|
./rofi
|
||||||
./waybar
|
./waybar
|
||||||
./anyrun
|
./anyrun
|
||||||
|
./gtk
|
||||||
|
./xdg
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
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