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;