use lib.concatLists
This commit is contained in:
@@ -21,117 +21,116 @@
|
||||
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
#calculator
|
||||
gnome-calculator
|
||||
lib.concatLists [
|
||||
# libreoffice
|
||||
[
|
||||
libreoffice
|
||||
hunspell # spellcheck
|
||||
hunspellDicts.en_US # spellcheck dictionary
|
||||
]
|
||||
|
||||
#productivity stuff
|
||||
libreoffice
|
||||
hunspell # spellcheck
|
||||
hunspellDicts.en_US # spellcheck dictionary
|
||||
# browsers
|
||||
[
|
||||
tor-browser
|
||||
inputs.zen-browser.packages."${system}".twilight
|
||||
]
|
||||
|
||||
#video and audio downloading
|
||||
parabolic
|
||||
# music library management
|
||||
[
|
||||
picard
|
||||
puddletag
|
||||
lrcget
|
||||
]
|
||||
|
||||
#soulseek client
|
||||
nicotine-plus
|
||||
# image editing
|
||||
[
|
||||
darktable
|
||||
rawtherapee
|
||||
hugin
|
||||
|
||||
#dark web browsing deep web browsing
|
||||
tor-browser
|
||||
gimp3
|
||||
pinta
|
||||
]
|
||||
|
||||
#audio editing
|
||||
audacity
|
||||
[
|
||||
#calculator
|
||||
gnome-calculator
|
||||
|
||||
#fonts
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
# audio editing
|
||||
audacity
|
||||
|
||||
#for ebook reading
|
||||
foliate
|
||||
#fonts
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
|
||||
#audio mixer (pavucontrol but for pipewire)
|
||||
pwvucontrol
|
||||
#for ebook reading
|
||||
foliate
|
||||
|
||||
#minecraft launcher
|
||||
prismlauncher
|
||||
#audio mixer (pavucontrol but for pipewire)
|
||||
pwvucontrol
|
||||
|
||||
mpv
|
||||
mumble
|
||||
system76-keyboard-configurator
|
||||
# minecraft launcher
|
||||
prismlauncher
|
||||
|
||||
#jellyfin
|
||||
finamp # music player
|
||||
delfin # jellyfin client
|
||||
mpv
|
||||
mumble
|
||||
system76-keyboard-configurator
|
||||
|
||||
signal-desktop
|
||||
#jellyfin
|
||||
finamp # music player
|
||||
delfin # jellyfin client
|
||||
|
||||
#accounting
|
||||
# gnucash
|
||||
signal-desktop
|
||||
|
||||
# image tools
|
||||
inkscape
|
||||
nomacs
|
||||
# accounting
|
||||
# gnucash
|
||||
|
||||
# partitioning utilities
|
||||
gparted
|
||||
gnome-disk-utility
|
||||
# image tools
|
||||
inkscape
|
||||
nomacs
|
||||
|
||||
# small nicities
|
||||
wl-clipboard # wl-copy & wl-paste
|
||||
libnotify # notifications library
|
||||
xdg-utils # xdg utils
|
||||
# partitioning utilities
|
||||
gparted
|
||||
gnome-disk-utility
|
||||
|
||||
# music tagging utility
|
||||
picard
|
||||
# small nicities
|
||||
wl-clipboard # wl-copy & wl-paste
|
||||
libnotify # notifications library
|
||||
xdg-utils # xdg utils
|
||||
|
||||
# music lyric fetcher
|
||||
lrcget
|
||||
wireshark
|
||||
|
||||
inputs.zen-browser.packages."${system}".twilight
|
||||
nautilus
|
||||
nufraw-thumbnailer
|
||||
gdk-pixbuf
|
||||
|
||||
puddletag
|
||||
enblend-enfuse
|
||||
|
||||
wireshark
|
||||
# simple screen recording on wayland
|
||||
wl-screenrec
|
||||
|
||||
darktable
|
||||
rawtherapee
|
||||
hugin
|
||||
# wayland-compatible color picker
|
||||
hyprpicker
|
||||
|
||||
# nufraw
|
||||
nufraw-thumbnailer
|
||||
gdk-pixbuf
|
||||
nautilus
|
||||
blender
|
||||
|
||||
enblend-enfuse
|
||||
ghidra-bin
|
||||
|
||||
savvycan
|
||||
# for mod organizer 2
|
||||
zenity
|
||||
p7zip
|
||||
|
||||
# simple screen recording on wayland
|
||||
wl-screenrec
|
||||
# password manager
|
||||
keepassxc
|
||||
|
||||
gimp3
|
||||
pinta
|
||||
freecad-wayland
|
||||
|
||||
# wayland-compatible color picker
|
||||
hyprpicker
|
||||
|
||||
blender
|
||||
|
||||
ghidra-bin
|
||||
|
||||
# for mod organizer 2
|
||||
zenity
|
||||
p7zip
|
||||
|
||||
# password manager
|
||||
keepassxc
|
||||
|
||||
freecad-wayland
|
||||
|
||||
localsend
|
||||
]
|
||||
++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
|
||||
localsend
|
||||
]
|
||||
# all the fonts
|
||||
(builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts))
|
||||
];
|
||||
|
||||
# programs.zed-editor = {
|
||||
# enable = true;
|
||||
|
||||
Reference in New Issue
Block a user