From e763212b392190e5f6d14204a1eccf28f4ecd168 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 16 Nov 2024 12:09:40 -0800 Subject: [PATCH] feat(home): Set isDesktop --- homes/x86_64-linux/marley@nyx/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homes/x86_64-linux/marley@nyx/default.nix b/homes/x86_64-linux/marley@nyx/default.nix index afaa79b..d9f8678 100644 --- a/homes/x86_64-linux/marley@nyx/default.nix +++ b/homes/x86_64-linux/marley@nyx/default.nix @@ -6,6 +6,8 @@ in home.keyboard.options = [ "apple:alupckeys" ]; ${namespace} = { + isDesktop = true; + appearance = { base = enabled; gtk = enabled;