diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
| commit | 54471f0faf2697e55e01ed4a276de0cd921a7c30 (patch) | |
| tree | dc661f9d2c1c2c623072f81fc6b97f9c2fb6c1aa /common/default.nix | |
| parent | 2709c6aa130f5eea8414573fa1a7c8a18607ad8d (diff) | |
Add noctalia niri and way to switch between my config and noxtalia easily
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
