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:
parent
b8e2e8c730
commit
340a9c5455
3 changed files with 5 additions and 11 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -141,13 +141,7 @@
|
|||
};
|
||||
|
||||
statix.enable = true;
|
||||
typos = {
|
||||
enable = true;
|
||||
settings.configuration = ''
|
||||
[default.extend-words]
|
||||
criterias="criterias"
|
||||
'';
|
||||
};
|
||||
typos.enable = true;
|
||||
yamllint.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue