swaylock: initial setup

This commit is contained in:
Veneficium 2024-12-23 12:37:06 +01:00
parent cfda02179a
commit 5f5d171bfd
3 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,11 @@
pwvucontrol
];
programs.swaylock = {
enable = true;
settings = builtins.fromJSON (builtins.readFile ./swaylock.json);
};
services.mako = {
enable = true;
extraConfig = builtins.readFile ./mako.conf;

View file

@ -0,0 +1 @@
{}

View file

@ -14,6 +14,8 @@
programs.niri.enable = true;
programs.niri.package = pkgs.niri-unstable;
security.pam.services.swaylock = { };
environment.systemPackages = with pkgs; [
swayosd
fuzzel