From 54471f0faf2697e55e01ed4a276de0cd921a7c30 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 6 Jun 2026 15:59:26 +0530 Subject: Add noctalia niri and way to switch between my config and noxtalia easily --- common/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common/default.nix') diff --git a/common/default.nix b/common/default.nix index 90505c7..0d3244f 100644 --- a/common/default.nix +++ b/common/default.nix @@ -5,6 +5,7 @@ inputs: (lib.modules.importApply ./overlays { inherit inputs; }) # (inputs.nixpkgs.lib.modules.importApply ./overlays { inherit inputs; }) (lib.modules.importApply ./modules { inherit inputs; }) + (lib.modules.importApply ./packages { inherit inputs; }) ]; flake.templates = import ./templates inputs; -- cgit v1.3.1