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