nix/home/packages.nix

133 lines
2 KiB
Nix
Raw Normal View History

2022-03-16 10:39:57 +00:00
{pkgs, ...}:
let myPythonPackages = python-packages: with python-packages; [
2022-03-24 21:45:37 +00:00
# pkgs.my-nixpkgs.python3Packages.gasp
2022-03-16 10:39:57 +00:00
grip
2022-03-24 21:45:37 +00:00
pygobject3
2022-03-16 10:39:57 +00:00
pyxdg
tkinter
];
python-custom = pkgs.python3.withPackages myPythonPackages;
in
{
2022-02-27 20:57:58 +00:00
home.packages = with pkgs; [
2022-03-24 21:45:37 +00:00
my-pkgs.tokyo-night-gtk
2022-02-27 20:57:58 +00:00
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
2022-03-24 21:45:37 +00:00
copyq
2022-02-27 20:57:58 +00:00
darktable
dex
dracula-theme
du-dust
discord
2022-03-24 21:45:37 +00:00
element-desktop-wayland
2022-02-27 20:57:58 +00:00
# etcher
2022-03-16 10:41:13 +00:00
fd
2022-02-27 20:57:58 +00:00
ffmpeg
2022-03-29 16:27:21 +00:00
fluffychat
2022-02-27 20:57:58 +00:00
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
greetd.greetd
greetd.tuigreet
2022-03-03 23:29:07 +00:00
sway-contrib.grimshot
2022-02-27 20:57:58 +00:00
hyperfine
ink
2022-03-16 10:42:30 +00:00
input-fonts
2022-02-27 20:57:58 +00:00
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
2022-03-24 21:45:37 +00:00
libqalculate
2022-03-03 23:29:07 +00:00
lutris
2022-03-24 21:45:37 +00:00
macchina
2022-02-27 20:57:58 +00:00
mkpasswd
my-pkgs.taskwarrior-tui
2022-03-24 21:45:37 +00:00
sway-launcher-desktop
2022-03-16 10:41:13 +00:00
networkmanager_dmenu
2022-03-03 23:29:07 +00:00
(nerdfonts.override {
fonts = [
2022-03-16 10:42:30 +00:00
"3270"
2022-03-03 23:29:07 +00:00
"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
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
wyrd
2022-02-27 20:57:58 +00:00
yt-dlp
ytfzf
zk
zulip-term
zulip
];
2022-02-07 01:21:35 +00:00
}