temp
This commit is contained in:
@@ -140,7 +140,7 @@ with lib;
|
||||
};
|
||||
suspendTimer = mkOption {
|
||||
type = with types; int;
|
||||
default = 1500;
|
||||
default = 1800;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -67,6 +67,8 @@ in
|
||||
xorg.xhost
|
||||
xsettingsd
|
||||
xwayland
|
||||
|
||||
pkgs.mjallen.pipewire-python
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
background = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user