Changed: ReGreet
This commit is contained in:
parent
14899c85b9
commit
2203970d46
@ -17,13 +17,12 @@
|
|||||||
fit = "Contain";
|
fit = "Contain";
|
||||||
};
|
};
|
||||||
|
|
||||||
env = {};
|
|
||||||
|
|
||||||
GTK = {
|
GTK = {
|
||||||
application_prefer_dark_theme = true;
|
application_prefer_dark_theme = true;
|
||||||
cursor_theme_name = "Adwaita";
|
cursor_theme_name = "Adwaita";
|
||||||
font_name = "Cantarell 16";
|
font_name = "Cantarell 16";
|
||||||
icon_theme_name = "Adwaita";
|
icon_theme_name = pkgs.material-design-icons;
|
||||||
theme_name = "Adwaita";
|
theme_name = "Adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -39,6 +38,23 @@
|
|||||||
timezone = "Europe/Berlin";
|
timezone = "Europe/Berlin";
|
||||||
label_width = 150;
|
label_width = 150;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
theme = {
|
||||||
|
package = pkgs.gnome-themes-extra;
|
||||||
|
name = "Adwaita";
|
||||||
|
};
|
||||||
|
|
||||||
|
iconTheme.package = pkgs.vimix-icon-theme;
|
||||||
|
|
||||||
|
cursorTheme = {
|
||||||
|
package = pkgs.nordzy-cursor-theme;
|
||||||
|
name = "Nordzy-cursors";
|
||||||
|
};
|
||||||
|
|
||||||
|
font = {
|
||||||
|
package = pkgs.nerd-fonts.roboto-mono;
|
||||||
|
name = "RobotoMono";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -76,8 +76,7 @@
|
|||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
||||||
# nerdfonts
|
nerdfonts
|
||||||
(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# use fonts specified by user rather than default ones
|
# use fonts specified by user rather than default ones
|
||||||
|
Loading…
Reference in New Issue
Block a user