nix_config/home/platforms/fabian@posixlycorrect/apps.nix

46 lines
626 B
Nix
Raw Normal View History

2024-09-08 23:23:22 +02:00
{
config,
lib,
pkgs,
...
}: {
2024-11-21 09:09:06 +01:00
local = {
baseline.enable = true;
apps = {
terminal.enable = true;
neovim.enable = true;
steam.enable = true;
yubikey.enable = true;
browsers.enable = true;
};
};
2024-09-08 23:23:22 +02:00
home.packages = with pkgs; [
2024-11-08 00:33:45 +01:00
calibre
2024-09-08 23:23:22 +02:00
darktable
deluge
discord
gcc
gwenview
2024-11-19 11:43:41 +01:00
kdenlive
2024-09-08 23:23:22 +02:00
libreoffice-fresh
lutris
mpv
obs-studio
openrct2
pavucontrol
pdfarranger
prismlauncher
qpdfview
runelite
spotify
tdesktop
usbutils
virt-manager
vpsfree-client
vscodium-fhs
zola
zoom-us
];
}