Add some packages
This commit is contained in:
parent
e72231e80a
commit
a63e7b1efd
30
packages.nix
30
packages.nix
|
@ -7,6 +7,7 @@
|
|||
python39Packages.bpython
|
||||
broot
|
||||
castnow
|
||||
catdocx
|
||||
cheat
|
||||
cli-visualizer
|
||||
cloc
|
||||
|
@ -38,6 +39,7 @@
|
|||
keymapviz
|
||||
lastpass-cli
|
||||
lazydocker
|
||||
libwebp
|
||||
lolcat
|
||||
manix
|
||||
mcfly
|
||||
|
@ -62,6 +64,7 @@
|
|||
nmap
|
||||
ouch
|
||||
pandoc
|
||||
parallel
|
||||
python3
|
||||
rclone
|
||||
ripgrep
|
||||
|
@ -97,9 +100,11 @@
|
|||
icu
|
||||
openssl
|
||||
xorg.xprop
|
||||
] ++ lib.optionals (!config.machineVars.headless) [
|
||||
] ++ (
|
||||
lib.optionals (!machineVars.headless) [
|
||||
ahoviewer
|
||||
anki
|
||||
ark
|
||||
audacity
|
||||
calibre
|
||||
cool-retro-term
|
||||
|
@ -109,6 +114,7 @@
|
|||
element-desktop
|
||||
fcitx
|
||||
geogebra
|
||||
gimp
|
||||
gnome.gnome-font-viewer
|
||||
google-chrome
|
||||
inkscape
|
||||
|
@ -128,6 +134,7 @@
|
|||
mopidy-youtube
|
||||
mpc_cli
|
||||
nyxt
|
||||
obsidian
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
scrcpy
|
||||
|
@ -143,19 +150,23 @@
|
|||
xcalib
|
||||
xclip
|
||||
xdotool
|
||||
xfce.thunar
|
||||
xfce.thunar-archive-plugin
|
||||
xfce.thunar-dropbox-plugin
|
||||
xfce.thunar-media-tags-plugin
|
||||
xfce.thunar-volman
|
||||
(xfce.thunar.override {
|
||||
thunarPlugins = with xfce; [
|
||||
thunar-volman
|
||||
thunar-dropbox-plugin
|
||||
thunar-archive-plugin
|
||||
thunar-media-tags-plugin
|
||||
];
|
||||
})
|
||||
|
||||
# xsnow # Wait until christmas
|
||||
yuzu-mainline
|
||||
zeal
|
||||
zoom-us
|
||||
zotero
|
||||
] ++ lib.optionals (config.machineVars.laptop) [
|
||||
] ++ lib.optionals (machineVars.laptop) [
|
||||
touchegg
|
||||
] ++ lib.optionals (config.machineVars.gaming) [
|
||||
] ++ lib.optionals (machineVars.gaming) [
|
||||
citra
|
||||
desmume
|
||||
minecraft
|
||||
|
@ -165,6 +176,7 @@
|
|||
steam-tui
|
||||
stepmania
|
||||
taisei
|
||||
];
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue