forked from fabian/nix_config
restructure apps config
This commit is contained in:
parent
2818223d9b
commit
edae8a4dea
2 changed files with 11 additions and 14 deletions
45
home/platforms/fabian@posixlycorrect/apps.nix
Normal file
45
home/platforms/fabian@posixlycorrect/apps.nix
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
local = {
|
||||
baseline.enable = true;
|
||||
apps = {
|
||||
terminal.enable = true;
|
||||
neovim.enable = true;
|
||||
steam.enable = true;
|
||||
yubikey.enable = true;
|
||||
browsers.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue