update swaylock settings

This commit is contained in:
2026-03-25 15:25:40 +01:00
parent 3f733152e6
commit c2c37cc50a
9 changed files with 172 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
{
pkgs,
pkgs-unstable,
inputs,
...
}: {
environment.systemPackages = with pkgs; [
# Communication
pkgs-unstable.signal-desktop
element-desktop
# Browser
inputs.zen-browser.packages."x86_64-linux".default
# Dev tools
nodejs
python3
gnumake
gcc
# Security
gnupg
kdePackages.kleopatra
];
}