fnott: set font size (#1243)
Link: https://github.com/danth/stylix/pull/1243 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
b06c1cb60a
commit
8775d8322a
3 changed files with 12 additions and 3 deletions
|
|
@ -141,7 +141,13 @@
|
|||
};
|
||||
|
||||
statix.enable = true;
|
||||
typos.enable = true;
|
||||
typos = {
|
||||
enable = true;
|
||||
settings.configuration = ''
|
||||
[default.extend-identifiers]
|
||||
MrSom3body="MrSom3body"
|
||||
'';
|
||||
};
|
||||
yamllint.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
lib.mkIf (config.stylix.enable && config.stylix.targets.fnott.enable)
|
||||
(
|
||||
let
|
||||
font = config.stylix.fonts.sansSerif.name;
|
||||
font = "${config.stylix.fonts.sansSerif.name}:size=${toString config.stylix.fonts.sizes.popups}";
|
||||
fg = c: "${c}ff";
|
||||
bg =
|
||||
c:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
maintainers = [ lib.maintainers.awwpotato ];
|
||||
maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
MrSom3body
|
||||
];
|
||||
name = "Fnott";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue