Compare commits
No commits in common. "823a2c69528b6757c3b5757bc56de394f82d68ea" and "eb3119d34ddaa94914a165cbeef6a45684de6eae" have entirely different histories.
823a2c6952
...
eb3119d34d
2 changed files with 1 additions and 8 deletions
|
@ -84,12 +84,5 @@ in
|
||||||
#FIXME: Apply the cursor theme also in GTK3 config
|
#FIXME: Apply the cursor theme also in GTK3 config
|
||||||
google-cursor
|
google-cursor
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc."xdg/gtk-3.0/settings.ini".text = ''
|
|
||||||
[Settings]
|
|
||||||
gtk-cursor-theme-name=${config.proot.dconf.rules."org/gnome/desktop/interface".cursor-theme}
|
|
||||||
'' + lib.optionalString (lib.hasInfix "dark" config.proot.dconf.rules."org/gnome/desktop/interface".color-scheme) ''
|
|
||||||
gtk-application-prefer-dark-theme=true
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ lib = (import "${inputs.nixpkgs}/lib").extend (import ./lib/overlays/version-inf
|
||||||
|
|
||||||
self = {
|
self = {
|
||||||
inherit inputs lib self;
|
inherit inputs lib self;
|
||||||
outPath = selfPath;
|
__toString = _: selfPath;
|
||||||
modifiedNixpkgs = import ./pkgs/top-level/impure.nix;
|
modifiedNixpkgs = import ./pkgs/top-level/impure.nix;
|
||||||
modifiedNixpkgsPure = import ./pkgs/top-level/default.nix;
|
modifiedNixpkgsPure = import ./pkgs/top-level/default.nix;
|
||||||
overlays = {
|
overlays = {
|
||||||
|
|
Loading…
Reference in a new issue