Add swaylock-effects and PAM setup for hyprland desktop
This commit is contained in:
parent
3a0b9d8b7f
commit
3612ca49df
|
@ -1,8 +1,10 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./default.nix
|
./default.nix
|
||||||
];
|
];
|
||||||
|
environment.systemPackages = [ pkgs.swaylock-effects ];
|
||||||
|
security.pam.services.swaylock = { };
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland = {
|
xwayland = {
|
||||||
|
|
Loading…
Reference in a new issue