From b62539a79976809d81885ad58c23e55a7f11b038 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 7 Jul 2024 10:35:54 +0200 Subject: [PATCH] some resturcturing of hm 5 --- home/users/cnst/imports.nix | 44 ++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/home/users/cnst/imports.nix b/home/users/cnst/imports.nix index dec26aba..f035e498 100644 --- a/home/users/cnst/imports.nix +++ b/home/users/cnst/imports.nix @@ -2,7 +2,11 @@ imports = [ # CORE # .gui - ../../core/gui + ../../core/gui/anyrun + ../../core/gui/gtk + ../../core/gui/mako + ../../core/gui/waybar + ../../core/gui/xdg # .tui ../../core/tui/git/cnst.nix ../../core/tui/shell/cnst.nix @@ -16,13 +20,43 @@ ]; home = { packages = with pkgs; [ - # .applications - alacritty + # MISCELLANEOUS + # .gui + gnome.file-roller + gnome.gnome-calculator keepassxc + nwg-look + oculante + pavucontrol qbittorrent - webcord - calcurse virt-manager + webcord + xfce.thunar + + # .tui + alacritty + btop + calcurse + fastfetch + htop + ranger + + # .system + gnome.adwaita-icon-theme + grimblast + hyprpicker + networkmanagerapplet + pamixer + qt5.qtwayland + qt6.qtwayland + slurp + swaybg + thefuck + wireguard-tools + wl-clipboard + wpa_supplicant + xfce.thunar-archive-plugin + xfce.thunar-volman ]; sessionVariables = { BROWSER = "firefox";