reformat programs
This commit is contained in:
parent
0112637288
commit
6d28510dca
5 changed files with 124 additions and 129 deletions
|
|
@ -1,18 +1,21 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
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
|
||||
];
|
||||
};
|
||||
flake.modules.nixos.programs-web =
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
bitwarden-desktop
|
||||
fragments
|
||||
nextcloud-client
|
||||
tor-browser
|
||||
vesktop
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue