From 9543ff8d2bcc3a610db37715ced5b03fbc6a056b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 29 Mar 2020 21:28:01 +0100 Subject: [PATCH] fix gtk programs not saving settings --- nixos/gui.nix | 2 +- nixos/i3/system.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/gui.nix b/nixos/gui.nix index e30a2b86..310d3292 100644 --- a/nixos/gui.nix +++ b/nixos/gui.nix @@ -14,7 +14,7 @@ slack discord obs-studio gnome3.nautilus gnome3.eog hopper unstable.qemu unstable.aqemu unstable.foldingathome - spotify + spotify shotwell ]; } diff --git a/nixos/i3/system.nix b/nixos/i3/system.nix index c0c767c6..5915dd07 100644 --- a/nixos/i3/system.nix +++ b/nixos/i3/system.nix @@ -1,5 +1,6 @@ { config, pkgs, ... }: { + programs.dconf.enable = true; services = { physlock = { enable = true;