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