mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
35 lines
651 B
Nix
35 lines
651 B
Nix
![]() |
{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
|
||
|
# ;
|
||
|
};
|
||
|
}
|