diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index f44f96f..590df99 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -1,4 +1,5 @@ { config, pkgs, inputs, lib, ... }: +{ imports = [ ./programs/hyprpanel.nix ];