updates
This commit is contained in:
parent
5546b4cbe9
commit
03130d29d1
13 changed files with 572 additions and 0 deletions
14
modules/apps.nix
Normal file
14
modules/apps.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# General tool suite
|
||||
libreoffice-qt6-fresh
|
||||
gimp
|
||||
tor-browser
|
||||
kaidan
|
||||
thunderbird
|
||||
|
||||
# Optional VPN
|
||||
protonvpn-gui
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue