home-manager/gui: Add Doom lock screen
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 33m7s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 33m7s
This commit is contained in:
@@ -23,13 +23,13 @@ in
|
||||
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
pam.services.swaylock = {};
|
||||
pam.services.swaylock-plugin = {};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# for pw-jack
|
||||
pipewire.jack
|
||||
swaylock
|
||||
swaylock-plugin
|
||||
];
|
||||
services = {
|
||||
pipewire = {
|
||||
|
Reference in New Issue
Block a user