diff --git a/modules/home/wayland/apps/kanshi/default.nix b/modules/home/wayland/apps/kanshi/default.nix index e9df5a3..d119a80 100644 --- a/modules/home/wayland/apps/kanshi/default.nix +++ b/modules/home/wayland/apps/kanshi/default.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ config, lib,... }: { config = lib.mkIf (config.usercfg.wm == "Wayland") { services.kanshi = { diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 01f7de1..b12a356 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -2,6 +2,7 @@ syscfg = { hostname = "sandbox"; defaultUser = "sora"; + wm = "-"; users = [{ username = "sora"; git = {