feat: hyprland is back

This commit is contained in:
Kat Inskip 2025-12-17 06:54:37 -08:00
parent 673315ac65
commit e7e33f90b1
52 changed files with 1695 additions and 1695 deletions

View file

@ -0,0 +1,21 @@
{config, ...}: {
sops.secrets.konawall-py-env = {
sopsFile = ./konawall.yaml;
};
programs.konawall-py = {
enable = true;
settings = {
interval = 30 * 60;
rotate = true;
tags = [
"score:>=100"
"width:>=1500"
];
logging = {
file = "INFO";
console = "DEBUG";
};
};
environmentFile = config.sops.secrets.konawall-py-env.path;
};
}