diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index 71e3beb..ad46140 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -34,20 +34,20 @@ picture-uri-dark = "${wallpaper}"; }; }; - programs = { - gtk = { - enable = true; - gtk3.extraConfig = { - Settings = '' - gtk-application-prefer-dark-theme=1 - ''; - }; - gtk4.extraConfig = { - Settings = '' - gtk-application-prefer-dark-theme=1 - ''; - }; + gtk = { + enable = true; + gtk3.extraConfig = { + Settings = '' + gtk-application-prefer-dark-theme=1 + ''; }; + gtk4.extraConfig = { + Settings = '' + gtk-application-prefer-dark-theme=1 + ''; + }; + }; + programs = { bash = { enable = true; shellAliases = {