Init
This commit is contained in:
commit
c1ab1afd4e
28 changed files with 560 additions and 0 deletions
10
gtk.nix
Normal file
10
gtk.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
gtk = {
|
||||
theme.package = pkgs.gnome-themes-extra;
|
||||
theme.name = "Adwaita Dark:";
|
||||
iconTheme.package = pkgs.adwaita-icon-theme;
|
||||
iconTheme.name = "Adwaita";
|
||||
font.package = pkgs.cantarell-fonts;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue