feature/26-05 (#17)

Reviewed-on: #17
Co-authored-by: Armel van Ravels <armel@armel.nl>
Co-committed-by: Armel van Ravels <armel@armel.nl>
This commit was merged in pull request #17.
This commit is contained in:
2026-06-12 15:47:01 +02:00
committed by armel
parent 93d29bbdb3
commit a353993421
9 changed files with 34 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
nixpkgs.config.permittedInsecurePackages = [
"electron-39.8.10"
];
environment.systemPackages = with pkgs; [
bitwarden-desktop
];
}