chore: freshen up with a new font
font: from jetbrainsmono to 0xproto, better style
This commit is contained in:
parent
6d47209757
commit
ca7192d41f
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ in
|
|||
desktopFont = {
|
||||
shortName = mkOption { type = str; };
|
||||
fullName = mkOption { type = str; };
|
||||
package = mkOption { type = package; };
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -48,8 +49,9 @@ in
|
|||
myConfigLocation =
|
||||
"/home/${myUserName}/Development/Nix/nixos-configuration";
|
||||
desktopFont = {
|
||||
shortName = "0xProto Nerd Font";
|
||||
fullName = "${desktopFont.shortName}:style=Regular";
|
||||
shortName = "JetBrains Mono Nerd Font";
|
||||
package = pkgs.nerd-fonts._0xproto;
|
||||
};
|
||||
myAutostartCommands = [
|
||||
"${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMaxBrightness}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue