Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 48d7657d7c - Show all commits

View file

@ -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;
}; };