Add some packages
This commit is contained in:
parent
e72231e80a
commit
a63e7b1efd
150
packages.nix
150
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,74 +100,83 @@
|
||||||
icu
|
icu
|
||||||
openssl
|
openssl
|
||||||
xorg.xprop
|
xorg.xprop
|
||||||
] ++ lib.optionals (!config.machineVars.headless) [
|
] ++ (
|
||||||
ahoviewer
|
lib.optionals (!machineVars.headless) [
|
||||||
anki
|
ahoviewer
|
||||||
audacity
|
anki
|
||||||
calibre
|
ark
|
||||||
cool-retro-term
|
audacity
|
||||||
copyq
|
calibre
|
||||||
darktable
|
cool-retro-term
|
||||||
discord
|
copyq
|
||||||
element-desktop
|
darktable
|
||||||
fcitx
|
discord
|
||||||
geogebra
|
element-desktop
|
||||||
gnome.gnome-font-viewer
|
fcitx
|
||||||
google-chrome
|
geogebra
|
||||||
inkscape
|
gimp
|
||||||
insomnia
|
gnome.gnome-font-viewer
|
||||||
iwgtk
|
google-chrome
|
||||||
kid3
|
inkscape
|
||||||
koreader
|
insomnia
|
||||||
krita
|
iwgtk
|
||||||
ktouch
|
kid3
|
||||||
libreoffice-fresh
|
koreader
|
||||||
light
|
krita
|
||||||
maim
|
ktouch
|
||||||
mopidy
|
libreoffice-fresh
|
||||||
mopidy-mpd
|
light
|
||||||
mopidy-soundcloud
|
maim
|
||||||
mopidy-spotify
|
mopidy
|
||||||
mopidy-youtube
|
mopidy-mpd
|
||||||
mpc_cli
|
mopidy-soundcloud
|
||||||
nyxt
|
mopidy-spotify
|
||||||
pulseaudio
|
mopidy-youtube
|
||||||
pulsemixer
|
mpc_cli
|
||||||
scrcpy
|
nyxt
|
||||||
shellcheck
|
obsidian
|
||||||
slack
|
pulseaudio
|
||||||
sublime3
|
pulsemixer
|
||||||
sxiv
|
scrcpy
|
||||||
tagainijisho
|
shellcheck
|
||||||
teams
|
slack
|
||||||
tenacity
|
sublime3
|
||||||
transcribe
|
sxiv
|
||||||
wireshark
|
tagainijisho
|
||||||
xcalib
|
teams
|
||||||
xclip
|
tenacity
|
||||||
xdotool
|
transcribe
|
||||||
xfce.thunar
|
wireshark
|
||||||
xfce.thunar-archive-plugin
|
xcalib
|
||||||
xfce.thunar-dropbox-plugin
|
xclip
|
||||||
xfce.thunar-media-tags-plugin
|
xdotool
|
||||||
xfce.thunar-volman
|
(xfce.thunar.override {
|
||||||
# xsnow # Wait until christmas
|
thunarPlugins = with xfce; [
|
||||||
yuzu-mainline
|
thunar-volman
|
||||||
zeal
|
thunar-dropbox-plugin
|
||||||
zoom-us
|
thunar-archive-plugin
|
||||||
zotero
|
thunar-media-tags-plugin
|
||||||
] ++ lib.optionals (config.machineVars.laptop) [
|
];
|
||||||
touchegg
|
})
|
||||||
] ++ lib.optionals (config.machineVars.gaming) [
|
|
||||||
citra
|
# xsnow # Wait until christmas
|
||||||
desmume
|
yuzu-mainline
|
||||||
minecraft
|
zeal
|
||||||
osu-lazer
|
zoom-us
|
||||||
retroarchFull
|
zotero
|
||||||
steam
|
] ++ lib.optionals (machineVars.laptop) [
|
||||||
steam-tui
|
touchegg
|
||||||
stepmania
|
] ++ lib.optionals (machineVars.gaming) [
|
||||||
taisei
|
citra
|
||||||
];
|
desmume
|
||||||
|
minecraft
|
||||||
|
osu-lazer
|
||||||
|
retroarchFull
|
||||||
|
steam
|
||||||
|
steam-tui
|
||||||
|
stepmania
|
||||||
|
taisei
|
||||||
|
]
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue