feat: init

This commit is contained in:
Nick 2024-10-06 15:25:05 -05:00
commit c19ea940bd
320 changed files with 23845 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
evince
file-roller
gnome-calculator
gnome-characters
gnome-disk-utility
# gnome-remote-desktop
# gnome-shell-extensions
gnome-system-monitor
# gnome-tweaks
nautilus
;
# inherit
# (pkgs.gnomeExtensions)
# appindicator
# dash-to-panel
# just-perfection
# keep-awake
# no-overview
# notification-banner-reloaded
# paperwm
# start-overlay-in-application-view
# tiling-assistant
# wallpaper-slideshow
# ;
};
}