From 7b2d2c5372b14396465fa820d8553014711134e2 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Wed, 5 Jul 2023 07:00:22 +0200 Subject: [PATCH] Update shared-desktop.nix --- nixos-configurations/shared-desktop.nix | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 = {