set up something working (hopefully)

This commit is contained in:
vali 2024-04-10 11:35:09 +02:00
commit 86e93de371
21 changed files with 567 additions and 10 deletions

View file

@ -0,0 +1,26 @@
{ inputs, outputs, pkgs, profile-config, ... }:
{
environment.systemPackages = with pkgs; [
jetbrains.idea-community
ani-cli
okular
texliveFull
signal-desktop
nextcloud-client
vlc
strawberry
telegram-desktop
betterbird
vesktop
zsh
zoxide
eza
mpv
librewolf
keepassxc
feh
libreoffice
openjdk
];
}