home manager!

also a bunch of other stuff
This commit is contained in:
LavaDesu 2021-05-20 14:02:49 +07:00
parent beee908e58
commit bb70530786
Signed by: cilly
GPG key ID: 6500251E087653C9
17 changed files with 1073 additions and 15 deletions

18
cfg/winter/rin/gtk.nix Normal file
View file

@ -0,0 +1,18 @@
{ config, pkgs, ... }: {
gtk = {
enable = true;
font = {
package = pkgs.open-sans;
name = "Open Sans";
size = 11;
};
iconTheme = {
package = pkgs.yaru-theme;
name = "Yaru";
};
theme = {
name = "Adapta-Nokto-Eta";
package = pkgs.adapta-gtk-theme;
};
};
}