mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 04:21:53 -05:00
nixfmt
This commit is contained in:
parent
488be34ee7
commit
f1aa4b5641
|
@ -268,7 +268,6 @@ in {
|
||||||
serifFont = mkFontOption "serif" "Vegur" pkgs.vegur 11;
|
serifFont = mkFontOption "serif" "Vegur" pkgs.vegur 11;
|
||||||
monospaceFont = mkFontOption "monospace" "UbuntuSansMono Nerd Font" (pkgs.nerdfonts.override {fonts = ["UbuntuSans"];}) 11;
|
monospaceFont = mkFontOption "monospace" "UbuntuSansMono Nerd Font" (pkgs.nerdfonts.override {fonts = ["UbuntuSans"];}) 11;
|
||||||
|
|
||||||
|
|
||||||
gtk.hideTitleBar = lib.mkOption {
|
gtk.hideTitleBar = lib.mkOption {
|
||||||
description = "Whether to hide GTK3/4 titlebars (useful for some window managers).";
|
description = "Whether to hide GTK3/4 titlebars (useful for some window managers).";
|
||||||
default = false;
|
default = false;
|
||||||
|
|
Loading…
Reference in a new issue