try out hyprland again on pc

This commit is contained in:
Kopatz
2024-07-12 17:40:29 +02:00
parent 0ff294f033
commit 0e5969324c
9 changed files with 28 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
{ config, osConfig, pkgs, inputs, lib, ... }:
with lib;
let cfg = osConfig.custom.graphical.hyprland;
in {
config = lib.mkIf cfg.enable {
@@ -57,6 +56,9 @@ in {
shadow_passes = 2;
}];
};
# don't autostart
systemd.user.services.hypridle.Service.ExecStart = lib.mkForce "true";
services.hypridle.enable = true;
services.hypridle.settings = {
general = {