rename lib to apps
This commit is contained in:
parent
b7dded2710
commit
6efd802700
6 changed files with 1 additions and 1 deletions
54
home/platforms/fabian@posixlycorrect/apps/default.nix
Normal file
54
home/platforms/fabian@posixlycorrect/apps/default.nix
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./steam
|
||||
./terminal
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
calc
|
||||
chromium
|
||||
darktable
|
||||
deluge
|
||||
discord
|
||||
file
|
||||
firefox
|
||||
gcc
|
||||
gwenview
|
||||
htop
|
||||
killall
|
||||
libreoffice-fresh
|
||||
lutris
|
||||
man-pages
|
||||
man-pages-posix
|
||||
mpv
|
||||
neovim
|
||||
obs-studio
|
||||
openrct2
|
||||
pavucontrol
|
||||
pdfarranger
|
||||
prismlauncher
|
||||
qpdfview
|
||||
runelite
|
||||
spotify
|
||||
tdesktop
|
||||
tree
|
||||
units
|
||||
unzip
|
||||
usbutils
|
||||
virt-manager
|
||||
vlc
|
||||
vpsfree-client
|
||||
vscodium-fhs
|
||||
yubikey-manager
|
||||
yubico-pam
|
||||
yubikey-personalization
|
||||
zip
|
||||
zola
|
||||
zoom-us
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue