restructure apps config

This commit is contained in:
Fabian Montero 2024-11-21 02:09:06 -06:00
parent 2818223d9b
commit edae8a4dea
2 changed files with 11 additions and 14 deletions

View file

@ -1,37 +0,0 @@
{
config,
lib,
pkgs,
...
}: {
imports = [
];
home.packages = with pkgs; [
calibre
darktable
deluge
discord
gcc
gwenview
kdenlive
libreoffice-fresh
lutris
mpv
obs-studio
openrct2
pavucontrol
pdfarranger
prismlauncher
qpdfview
runelite
spotify
tdesktop
usbutils
virt-manager
vpsfree-client
vscodium-fhs
zola
zoom-us
];
}