mako: remove typo from hm module (#1224)

Fixes: b631dffa61 ("mako: update to new home-manager module (#1211)")
Link: https://github.com/danth/stylix/pull/1224

Reviewed-by: https://github.com/ddogfoodd
This commit is contained in:
awwpotato 2025-05-04 14:54:08 -07:00 committed by GitHub
parent b8e2e8c730
commit 340a9c5455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 11 deletions

6
flake.lock generated
View file

@ -224,11 +224,11 @@
]
},
"locked": {
"lastModified": 1746317522,
"narHash": "sha256-/jZ4Wd4HHUEWPSlNj48k1E4Mh+1fUbwI/vSlPPIMG3U=",
"lastModified": 1746369725,
"narHash": "sha256-m3ai7LLFYsymMK0uVywCceWfUhP0k3CALyFOfcJACqE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "621986fed37c5d0cb8df010ed8369694dc47c09b",
"rev": "1a1793f6d940d22c6e49753548c5b6cb7dc5545d",
"type": "github"
},
"original": {

View file

@ -141,13 +141,7 @@
};
statix.enable = true;
typos = {
enable = true;
settings.configuration = ''
[default.extend-words]
criterias="criterias"
'';
};
typos.enable = true;
yamllint.enable = true;
};

View file

@ -27,7 +27,7 @@
progress-color = "over ${base02}";
font = "${fonts.sansSerif.name} ${toString fonts.sizes.popups}";
};
criterias = {
criteria = {
"urgency=low" = {
background-color = "${base00}${makoOpacity}";
border-color = base0D;