nixos-24.11

This commit is contained in:
2024-12-31 23:33:27 +01:00
parent d81f31d96b
commit e52ddc3314
7 changed files with 103 additions and 225 deletions

View File

@@ -20,89 +20,96 @@
"apple_cursor"
];
home.packages =
with pkgs;
[
#calculator
gnome-calculator
home.packages = with pkgs; [
#calculator
gnome-calculator
#productivity stuff
libreoffice
hunspell # spellcheck
hunspellDicts.en_US # spellcheck dictionary
#productivity stuff
libreoffice
hunspell # spellcheck
hunspellDicts.en_US # spellcheck dictionary
#video and audio downloading
parabolic
#video and audio downloading
parabolic
#soulseek client
nicotine-plus
#soulseek client
nicotine-plus
#dark web browsing deep web browsing
tor-browser
#dark web browsing deep web browsing
tor-browser
#audio editing
audacity
#audio editing
audacity
#fonts
noto-fonts
noto-fonts-emoji
liberation_ttf
#fonts
noto-fonts
noto-fonts-emoji
liberation_ttf
#for ebook reading
foliate
#for ebook reading
foliate
#audio mixer (pavucontrol but for pipewire)
pwvucontrol
#audio mixer (pavucontrol but for pipewire)
pwvucontrol
#minecraft launcher
prismlauncher
#minecraft launcher
prismlauncher
mpv
mumble
system76-keyboard-configurator
mpv
mumble
system76-keyboard-configurator
#jellyfin
finamp # music player
delfin # jellyfin client
#jellyfin
finamp # music player
delfin # jellyfin client
signal-desktop
signal-desktop
#accounting
gnucash
#accounting
# gnucash
# image tools
inkscape
nomacs
# image tools
inkscape
nomacs
# partitioning utilities
gparted
gnome-disk-utility
# partitioning utilities
gparted
gnome-disk-utility
# small nicities
wl-clipboard # wl-copy & wl-paste
libnotify # notifications library
xdg-utils # xdg utils
# small nicities
wl-clipboard # wl-copy & wl-paste
libnotify # notifications library
xdg-utils # xdg utils
# music tagging utility
picard
# music tagging utility
picard
# music lyric fetcher
lrcget
# music lyric fetcher
lrcget
inputs.zen-browser.packages."${system}"
inputs.zen-browser.packages."${system}".default
# freecad-wayland
puddletag
# freecad-wayland
puddletag
epiphany
epiphany
mcaselector
mcaselector
wireshark
wireshark
darktable
]
++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
darktable
rawtherapee
hugin
nautilus
nufraw
enblend-enfuse
nerdfonts
];
# ++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
programs.zed-editor = {
enable = true;