move things around
This commit is contained in:
parent
63b9b81ebe
commit
c9f0f903a3
26 changed files with 9 additions and 8 deletions
18
users/rin/gtk.nix
Normal file
18
users/rin/gtk.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue