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

@@ -1,13 +1,6 @@
{ config, pkgs, host, ... }:
let
vars = import ../../../hosts/${host}/variables.nix;
in
{ pkgs, ... }:
{
services.udev.extraRules = "";
environment.etc."swaylock/config".text = ''
color=${config.lib.stylix.colors.base00}
'';
environment.systemPackages = [ pkgs.swaylock ];
# swaylock-effects config is managed via home-manager (modules/home/swaylock.nix)
# PAM auth is in security.nix
environment.systemPackages = [ pkgs.swayidle ];
}