ricing and config changes
This commit is contained in:
@@ -21,103 +21,105 @@
|
||||
"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}".default
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
|
||||
# freecad-wayland
|
||||
puddletag
|
||||
# freecad-wayland
|
||||
puddletag
|
||||
|
||||
epiphany
|
||||
epiphany
|
||||
|
||||
mcaselector
|
||||
mcaselector
|
||||
|
||||
wireshark
|
||||
wireshark
|
||||
|
||||
darktable
|
||||
rawtherapee
|
||||
hugin
|
||||
darktable
|
||||
rawtherapee
|
||||
hugin
|
||||
|
||||
# nufraw
|
||||
nufraw-thumbnailer
|
||||
gdk-pixbuf
|
||||
nautilus
|
||||
# nufraw
|
||||
nufraw-thumbnailer
|
||||
gdk-pixbuf
|
||||
nautilus
|
||||
|
||||
enblend-enfuse
|
||||
enblend-enfuse
|
||||
|
||||
nerdfonts
|
||||
savvycan
|
||||
|
||||
savvycan
|
||||
# nerdfonts
|
||||
|
||||
# simple screen recording on wayland
|
||||
wl-screenrec
|
||||
];
|
||||
# ++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
|
||||
# simple screen recording on wayland
|
||||
wl-screenrec
|
||||
]
|
||||
++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
|
||||
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user