move stupid gtk2 directory out of my home
This commit is contained in:
parent
ea950edc6d
commit
48d7657d7c
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, inputs, ... }:
|
{ pkgs, lib, inputs, config, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.paths
|
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.paths
|
||||||
|
@ -7,6 +7,7 @@ let
|
||||||
in {
|
in {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
gtk-application-prefer-dark-theme = true;
|
gtk-application-prefer-dark-theme = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue