This commit is contained in:
2025-12-31 15:03:16 +02:00
parent c93c93a810
commit fa32ae5510
69 changed files with 1093 additions and 659 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ in {
variant =
"colemak_dh"
+ (
if osConfig.module.host.name == "dunamis"
if osConfig.unexplrd.host.name == "dunamis"
then "_ortho"
else ""
)
+6 -6
View File
@@ -34,11 +34,11 @@
};
};
in {
polkit-agent = mkGraphicalService {
Service = {
Type = "simple";
ExecStart = pkgs.mate.mate-polkit + "/libexec/polkit-mate-authentication-agent-1";
};
};
# polkit-agent = mkGraphicalService {
# Service = {
# Type = "simple";
# ExecStart = pkgs.mate.mate-polkit + "/libexec/polkit-mate-authentication-agent-1";
# };
# };
};
}