hypland theme fixes

This commit is contained in:
mjallen18
2025-07-07 21:22:25 -05:00
parent bc183bc8dd
commit f770342649
6 changed files with 74 additions and 17 deletions

View File

@@ -308,6 +308,19 @@ in
'';
wantedBy = [ "multi-user.target" ];
};
hd-idle = {
path = [
pkgs.bash
pkgs.hd-idle
];
script = ''
hd-idle
'';
serviceConfig = {
Type = "oneshot";
};
};
};
security.pam.services.login.enableGnomeKeyring = true;