hypr eco systems and home directory restruct
This commit is contained in:
7
home/core/services/hypr/default.nix
Normal file
7
home/core/services/hypr/default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./idle
|
||||||
|
./lock
|
||||||
|
./paper
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -2,19 +2,19 @@
|
|||||||
imports = [
|
imports = [
|
||||||
# core.gui
|
# core.gui
|
||||||
../../core/gui/gtk
|
../../core/gui/gtk
|
||||||
../../core/gui/mako
|
|
||||||
../../core/gui/waybar
|
../../core/gui/waybar
|
||||||
|
../../core/gui/browsers
|
||||||
../../core/gui/xdg
|
../../core/gui/xdg
|
||||||
|
../../core/gui/discord
|
||||||
# core.tui
|
# core.tui
|
||||||
../../core/tui/git/adam.nix
|
../../core/tui/git/adam.nix
|
||||||
../../core/tui/shell/adam.nix
|
../../core/tui/shell/adam.nix
|
||||||
# core.system
|
../../core/tui/foot
|
||||||
../../core/system/polkit.nix
|
../../core/tui/neovim
|
||||||
|
# core.services
|
||||||
# extra
|
../../core/services/mako
|
||||||
../../extra/foot
|
../../core/services/polkit
|
||||||
../../extra/browsers
|
../../core/services/hypr
|
||||||
../../extra/neovim
|
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
@@ -27,7 +27,6 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
qbittorrent
|
qbittorrent
|
||||||
virt-manager
|
virt-manager
|
||||||
webcord
|
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
|
|
||||||
# misc.tui
|
# misc.tui
|
||||||
@@ -47,7 +46,6 @@
|
|||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
qt6.qtwayland
|
qt6.qtwayland
|
||||||
slurp
|
slurp
|
||||||
swaybg
|
|
||||||
# thefuck
|
# thefuck
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|||||||
@@ -2,21 +2,19 @@
|
|||||||
imports = [
|
imports = [
|
||||||
# core.gui
|
# core.gui
|
||||||
../../core/gui/gtk
|
../../core/gui/gtk
|
||||||
../../core/gui/mako
|
|
||||||
../../core/gui/waybar
|
../../core/gui/waybar
|
||||||
../../core/gui/ags
|
../../core/gui/browsers
|
||||||
../../core/gui/xdg
|
../../core/gui/xdg
|
||||||
|
../../core/gui/discord
|
||||||
# core.tui
|
# core.tui
|
||||||
../../core/tui/git/cnst.nix
|
../../core/tui/git/cnst.nix
|
||||||
../../core/tui/shell/cnst.nix
|
../../core/tui/shell/cnst.nix
|
||||||
# core.system
|
../../core/tui/foot
|
||||||
../../core/system/polkit.nix
|
../../core/tui/neovim
|
||||||
|
# core.services
|
||||||
# extra
|
../../core/services/mako
|
||||||
../../extra/foot
|
../../core/services/polkit
|
||||||
../../extra/browsers
|
../../core/services/hypr
|
||||||
../../extra/neovim
|
|
||||||
../../extra/discord
|
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user