28 lines
426 B
Nix
28 lines
426 B
Nix
{pkgs, ...}: {
|
|
packages = with pkgs; [
|
|
# Video/Image Viewers
|
|
mpv
|
|
feh
|
|
sxiv
|
|
|
|
vanilla-dmz
|
|
whitesur-cursors
|
|
|
|
x11_ssh_askpass
|
|
pavucontrol
|
|
(discord.override {withVencord = true;})
|
|
spotify
|
|
pkgs.unstable.zed-editor-fhs
|
|
bitwarden-desktop
|
|
bitwarden-cli
|
|
|
|
# Minecraft Launcher
|
|
prismlauncher
|
|
virt-manager
|
|
foliate
|
|
|
|
# GUI File Manager
|
|
nemo-with-extensions
|
|
];
|
|
}
|