nix/home/packages.nix

124 lines
1.8 KiB
Nix
Raw Normal View History

2022-03-16 10:39:57 +00:00
{pkgs, ...}:
let myPythonPackages = python-packages: with python-packages; [
pkgs.my-nixpkgs.python3Packages.gasp
grip
pyxdg
tkinter
];
python-custom = pkgs.python3.withPackages myPythonPackages;
in
{
2022-02-27 20:57:58 +00:00
home.packages = with pkgs; [
# tessen
age-plugin-yubikey
alejandra
aria2
atomicparsley
bandwhich
2022-03-16 10:41:13 +00:00
beets
2022-02-27 20:57:58 +00:00
bitwarden-cli
2022-03-16 10:41:13 +00:00
btop
bundix
2022-02-27 20:57:58 +00:00
buku
bukubrow
btrfs-progs
cachix
cargo-audit
cargo-bloat
cargo-cache
cargo-crev
2022-03-16 10:41:13 +00:00
cargo-criterion
2022-02-27 20:57:58 +00:00
cargo-edit
2022-03-16 10:41:13 +00:00
cargo-feature
2022-02-27 20:57:58 +00:00
cargo-outdated
cargo-tarpaulin
cargo-watch
cmus
2022-03-03 23:29:07 +00:00
clipman
cloudflared
2022-02-27 20:57:58 +00:00
colmena
darktable
dex
dracula-theme
du-dust
discord
# etcher
2022-03-16 10:41:13 +00:00
fd
2022-02-27 20:57:58 +00:00
ffmpeg
fossil
freetube
fwts
2022-03-16 10:41:13 +00:00
fzf
2022-02-27 20:57:58 +00:00
git-credential-gopass
# glfw-wayland
2022-03-03 23:29:07 +00:00
gnuplot
2022-02-27 20:57:58 +00:00
gopass-jsonapi
2022-03-03 23:29:07 +00:00
sway-contrib.grimshot
2022-02-27 20:57:58 +00:00
hyperfine
ink
josm
2022-03-16 10:41:13 +00:00
kdeconnect
2022-02-27 20:57:58 +00:00
kde-gtk-config
2022-03-03 23:29:07 +00:00
krita
lutris
2022-02-27 20:57:58 +00:00
mkpasswd
my-pkgs.taskwarrior-tui
my-pkgs.sway-launcher-desktop
2022-03-16 10:41:13 +00:00
networkmanager_dmenu
2022-03-03 23:29:07 +00:00
(nerdfonts.override {
fonts = [
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
})
2022-02-27 20:57:58 +00:00
nixgl.nixGLIntel
nixpkgs-fmt
nixpkgs-review
2022-02-27 20:57:58 +00:00
nixpkgs-update
nvfetcher
2022-03-16 10:41:13 +00:00
nyxt
2022-02-27 20:57:58 +00:00
page
persepolis
phinger-cursors
polymc
2022-03-03 23:29:07 +00:00
proton-caller
protontricks
protonup
2022-03-16 10:41:13 +00:00
python-custom
2022-03-03 23:29:07 +00:00
quickemu
2022-02-27 20:57:58 +00:00
rbw
2022-03-16 10:41:13 +00:00
ripgrep
ripgrep-all
remind
2022-02-27 20:57:58 +00:00
rnix-lsp
2022-03-03 23:29:07 +00:00
rust-analyzer
2022-02-27 20:57:58 +00:00
rustscan
2022-03-16 10:41:13 +00:00
rsync
2022-02-27 20:57:58 +00:00
senpai
shellcheck
statix
2022-03-03 23:29:07 +00:00
# steam
2022-02-27 20:57:58 +00:00
stylua
sumneko-lua-language-server
taskell
2022-03-16 10:42:24 +00:00
texlive.combined.scheme-medium
2022-02-27 20:57:58 +00:00
tokei
vieb
wdisplays
2022-03-03 23:29:07 +00:00
wev
wezterm
2022-02-27 20:57:58 +00:00
wget
2022-03-16 10:41:13 +00:00
wl-clipboard
2022-03-03 23:29:07 +00:00
wlogout
2022-02-27 20:57:58 +00:00
yt-dlp
ytfzf
zk
zulip-term
zulip
];
2022-02-07 01:21:35 +00:00
}