flake lock

This commit is contained in:
2025-04-20 09:58:38 +02:00
parent 96871bbf6b
commit e093e6e6a6
5 changed files with 121 additions and 127 deletions

View File

@@ -15,7 +15,7 @@ in {
};
config = mkIf cfg.enable {
programs.anyrun = {
enable = true;
enable = cfg.enable;
#extraCss = builtins.readFile (./. + "/style-dark.css");
};