From e3a164bf842aa7b1025ddd364411eaef597c1ef2 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 30 Jul 2023 01:18:27 +0200 Subject: [PATCH] this makes gtkgreet use the gtk theme (who would've thought) --- hosts/niks/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 9ad1ecb..ed80324 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -174,7 +174,7 @@ in settings = { default_session = { command = "${pkgs.sway}/bin/sway --config ${swayConfig}"; - user = "greeter"; + user = "jacek"; }; }; };