From d89da71a7fa2f00f7606d8a511bb290bb87f9109 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 21 Aug 2023 18:28:00 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/gnome-dconf.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/gnome-dconf.nix b/hosts/nixos-laptop/home-manager/gnome-dconf.nix index 001bbc9c..f7b1fa6c 100644 --- a/hosts/nixos-laptop/home-manager/gnome-dconf.nix +++ b/hosts/nixos-laptop/home-manager/gnome-dconf.nix @@ -49,8 +49,8 @@ in { }; "org/gnome/desktop/background" = { - picture-uri = ${day-wallpaper}; - picture-uri-dark = ${night-wallpaper}; + picture-uri = "${day-wallpaper}"; + picture-uri-dark = "${night-wallpaper}"; }; "org/gnome/desktop/calendar" = { @@ -117,20 +117,20 @@ in { "org/gnome/shell/extensions/nightthemeswitcher/gtk-variants" = { enabled = true; - day = ${day-gtk-theme}; - night = ${night-gtk-theme}; + day = "${day-gtk-theme};" + night = "${night-gtk-theme};" }; "org/gnome/shell/extensions/nightthemeswitcher/icon-variants" = { enabled = true; - day = ${day-icon-theme}; - night = ${night-icon-theme}; + day = "${day-icon-theme};" + night = "${night-icon-theme};" }; "org/gnome/shell/extensions/nightthemeswitcher/shell-variants" = { enabled = true; - day = ${day-shell-theme}; - night = ${night-shell-theme}; + day = "${day-shell-theme};" + night = "${night-shell-theme};" }; "org/gnome/shell/extensions/nightthemeswitcher/time" = {