set up something working (hopefully)
This commit is contained in:
parent
ef7d08bedf
commit
86e93de371
21 changed files with 567 additions and 10 deletions
26
hosts/vali/desktop/packages.nix
Normal file
26
hosts/vali/desktop/packages.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue