aesthetic changes

This commit is contained in:
cnst
2024-07-07 10:42:04 +02:00
parent e5bfad3f27
commit f56fbc81f6

View File

@@ -1,27 +1,25 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
# CORE # core.gui
# .gui
../../core/gui/anyrun ../../core/gui/anyrun
../../core/gui/gtk ../../core/gui/gtk
../../core/gui/mako ../../core/gui/mako
../../core/gui/waybar ../../core/gui/waybar
../../core/gui/xdg ../../core/gui/xdg
# .tui # core.tui
../../core/tui/git/cnst.nix ../../core/tui/git/cnst.nix
../../core/tui/shell/cnst.nix ../../core/tui/shell/cnst.nix
# .system # core.system
../../core/system/polkit.nix ../../core/system/polkit.nix
# EXTRA # extra
../../extra/foot ../../extra/foot
../../extra/firefox ../../extra/firefox
../../extra/neovim ../../extra/neovim
]; ];
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
# MISCELLANEOUS # misc.gui
# .gui
gnome.file-roller gnome.file-roller
gnome.gnome-calculator gnome.gnome-calculator
keepassxc keepassxc
@@ -33,7 +31,7 @@
webcord webcord
xfce.thunar xfce.thunar
# .tui # misc.tui
alacritty alacritty
btop btop
calcurse calcurse
@@ -41,7 +39,7 @@
htop htop
ranger ranger
# .system # misc.system
gnome.adwaita-icon-theme gnome.adwaita-icon-theme
grimblast grimblast
hyprpicker hyprpicker