aesthetic changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user