add aspects/programs/ home-manager modules
Program categories: graphics, media, office, utilities, web Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e8e62c81e3
commit
92e16d0032
5 changed files with 164 additions and 0 deletions
18
aspects/programs/web.nix
Normal file
18
aspects/programs/web.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.programs-web = { inputs, pkgs, system, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Browsers
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
tor-browser
|
||||
# Communication
|
||||
vesktop
|
||||
# Cloud & Sync
|
||||
bitwarden-desktop
|
||||
nextcloud-client
|
||||
# Downloads
|
||||
fragments
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue