mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
vanadium/home: remove packages I don't use
This commit is contained in:
parent
2ffb6d64bf
commit
35389355e6
3 changed files with 19 additions and 56 deletions
|
|
@ -18,21 +18,17 @@
|
|||
};
|
||||
|
||||
home.packages = [
|
||||
# TODO: write a simple rpn calculator for scripting (and learn bash properly)
|
||||
pkgs.ghc # my favorite calculator
|
||||
|
||||
pkgs.lsr # fast ls with io_uring
|
||||
pkgs.nmap
|
||||
pkgs.stow
|
||||
pkgs.zip
|
||||
pkgs.unzip
|
||||
pkgs.gnutar
|
||||
pkgs.p7zip
|
||||
pkgs.bc
|
||||
pkgs.dig
|
||||
pkgs.hutils
|
||||
pkgs.miniserve
|
||||
pkgs.agenix
|
||||
pkgs.nix-which
|
||||
pkgs.hutils # TODO: simplify this project
|
||||
|
||||
# To quote a legendary programer:
|
||||
# > for whenever people think mac is hardcoded in hardware.
|
||||
|
|
@ -41,50 +37,20 @@
|
|||
# lol
|
||||
pkgs.macchanger
|
||||
|
||||
# The file picker is not ergonomic enough, sadly
|
||||
pkgs.helix
|
||||
# pkgs.nushell
|
||||
|
||||
pkgs.ruler
|
||||
pkgs.mini-calc
|
||||
|
||||
# pdf
|
||||
pkgs.poppler-utils # pdfseparate, pdfunite
|
||||
pkgs.easyscan
|
||||
|
||||
# fun
|
||||
# pkgs.prop-solveur
|
||||
# pkgs.hbrainfuck
|
||||
# pkgs.lucky-commit
|
||||
|
||||
# # research
|
||||
# pkgs.necrolib
|
||||
|
||||
# pretty tui tools
|
||||
pkgs.dust
|
||||
pkgs.tokei
|
||||
pkgs.hyperfine
|
||||
pkgs.watchexec
|
||||
pkgs.onefetch
|
||||
pkgs.just
|
||||
|
||||
pkgs.nixfmt-rfc-style # formatter
|
||||
pkgs.nurl # fetcher made easy
|
||||
pkgs.nix-diff # debug cache miss
|
||||
pkgs.npins
|
||||
pkgs.nix-tree # analyze closure
|
||||
|
||||
# productivity / media
|
||||
pkgs.evolution
|
||||
pkgs.libreoffice
|
||||
pkgs.evolution # TODO: find an alternative
|
||||
# pkgs.libreoffice
|
||||
pkgs.calibre
|
||||
pkgs.digikam
|
||||
pkgs.nautilus
|
||||
pkgs.sushi # space bar previewer
|
||||
# pkgs.xournalpp
|
||||
pkgs.picard # music tagger
|
||||
pkgs.mousai
|
||||
pkgs.nicotine-plus
|
||||
pkgs.qbittorrent
|
||||
pkgs.mkvtoolnix
|
||||
pkgs.localsend # file share with iOS
|
||||
|
|
@ -116,12 +82,7 @@
|
|||
defaultEditor = true;
|
||||
};
|
||||
lazygit.enable = true;
|
||||
fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
"fdoc" = "find ~/Documents -name";
|
||||
};
|
||||
};
|
||||
fish.enable = true;
|
||||
starship.enable = true;
|
||||
tmux.enable = true;
|
||||
direnv.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue