mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:26:34 +01:00
set icons
This commit is contained in:
parent
0b656f2adb
commit
c83ee04d47
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.jopejoe1.common;
|
||||
|
@ -70,5 +70,7 @@ in
|
|||
};
|
||||
gtk.enable = true;
|
||||
gtk.gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
gtk.iconTheme.package = pkgs.tela-icon-theme;
|
||||
gtk.iconTheme.name = "Tela-purple-dark";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue