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
|
||||
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.paths
|
||||
|
@ -7,6 +7,7 @@ let
|
|||
in {
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue