From 9b3a8c7d246bc538d4df9b27a1b088bc7f9bc6fb Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 3 Apr 2024 22:01:09 +0200 Subject: [PATCH] add the godforsaken plugin to extraPlugins on niks --- hosts/niks/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 75fc593..dc82551 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -182,6 +182,9 @@ land = { enable = true; startupSound = ./mathis.m4a; + extraPlugins = [ + inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces + ]; }; lock.enable = true; };