mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
more darwin cleanup
This commit is contained in:
@ -13,10 +13,6 @@
|
||||
options = with lib; {
|
||||
|
||||
gui = {
|
||||
enable = mkEnableOption {
|
||||
description = "Enable graphics";
|
||||
default = false;
|
||||
};
|
||||
compositor.enable = mkEnableOption {
|
||||
description = "Enable transparency, blur, shadows";
|
||||
default = false;
|
||||
@ -48,10 +44,6 @@
|
||||
default = "gnome-themes-extra";
|
||||
};
|
||||
};
|
||||
colorscheme = mkOption {
|
||||
type = types.attrs;
|
||||
description = "Base16 color scheme";
|
||||
};
|
||||
wallpaper = mkOption {
|
||||
type = types.path;
|
||||
description = "Wallpaper background image file";
|
||||
|
@ -20,6 +20,7 @@ in {
|
||||
};
|
||||
services.polybar.config."bar/main".font-0 = "Hack Nerd Font:size=10;2";
|
||||
programs.rofi.font = "Hack Nerd Font 14";
|
||||
programs.alacritty.settings.font.normal.family = fontName;
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user