54 lines
788 B
Nix
54 lines
788 B
Nix
|
{
|
||
|
pkgs,
|
||
|
config,
|
||
|
inputs,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
bfg-repo-cleaner
|
||
|
candy-icons
|
||
|
calibre
|
||
|
# calibre dedrm?
|
||
|
discord-canary
|
||
|
fanficfare
|
||
|
ferium
|
||
|
# gestures replacement
|
||
|
gpu-viewer
|
||
|
headsetcontrol
|
||
|
ipmiview
|
||
|
ipscan
|
||
|
masterpdfeditor4
|
||
|
mons
|
||
|
# nbt explorer?
|
||
|
neovim
|
||
|
noisetorch
|
||
|
ocrmypdf
|
||
|
pinentry-rofi
|
||
|
playonlinux
|
||
|
protonmail-bridge
|
||
|
protontricks
|
||
|
redshift
|
||
|
ripgrep
|
||
|
rpi-imager
|
||
|
rofi-wayland
|
||
|
# signal in tray?
|
||
|
siji
|
||
|
simple-mtpfs
|
||
|
slack
|
||
|
snyk
|
||
|
spotify
|
||
|
spotify-player
|
||
|
#swaylock/waylock?
|
||
|
sweet-nova
|
||
|
unipicker
|
||
|
ventoy
|
||
|
vscode
|
||
|
watchman
|
||
|
xboxdrv
|
||
|
yubioath-flutter
|
||
|
zoom
|
||
|
];
|
||
|
# ++ [ inputs.wired.packages.${system}.wired ];
|
||
|
}
|