some resturcturing of hm 5
This commit is contained in:
@@ -2,7 +2,11 @@
|
|||||||
imports = [
|
imports = [
|
||||||
# CORE
|
# CORE
|
||||||
# .gui
|
# .gui
|
||||||
../../core/gui
|
../../core/gui/anyrun
|
||||||
|
../../core/gui/gtk
|
||||||
|
../../core/gui/mako
|
||||||
|
../../core/gui/waybar
|
||||||
|
../../core/gui/xdg
|
||||||
# .tui
|
# .tui
|
||||||
../../core/tui/git/cnst.nix
|
../../core/tui/git/cnst.nix
|
||||||
../../core/tui/shell/cnst.nix
|
../../core/tui/shell/cnst.nix
|
||||||
@@ -16,13 +20,43 @@
|
|||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# .applications
|
# MISCELLANEOUS
|
||||||
alacritty
|
# .gui
|
||||||
|
gnome.file-roller
|
||||||
|
gnome.gnome-calculator
|
||||||
keepassxc
|
keepassxc
|
||||||
|
nwg-look
|
||||||
|
oculante
|
||||||
|
pavucontrol
|
||||||
qbittorrent
|
qbittorrent
|
||||||
webcord
|
|
||||||
calcurse
|
|
||||||
virt-manager
|
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 = {
|
sessionVariables = {
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
|
|||||||
Reference in New Issue
Block a user