Migrate more config to stylix

This commit is contained in:
2026-06-01 23:14:06 +02:00
parent f6c123e3bf
commit c0d6d4483d
5 changed files with 3 additions and 150 deletions
@@ -1,14 +1,7 @@
{
config,
pkgs,
...
}: let
inherit (config.colorscheme) colors;
in {
programs.swaylock = {
enable = true;
settings = {
color = "000000";
ignore-empty-password = true;
indicator-idle-visible = false;
};