summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-06 15:59:26 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-06 15:59:26 +0530
commit54471f0faf2697e55e01ed4a276de0cd921a7c30 (patch)
treedc661f9d2c1c2c623072f81fc6b97f9c2fb6c1aa /flake.nix
parent2709c6aa130f5eea8414573fa1a7c8a18607ad8d (diff)
Add noctalia niri and way to switch between my config and noxtalia easily
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b54625d..fc67ed6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,10 @@
# url = "git+file:/home/beeb5k/.config/beeVim";
inputs.nixpkgs.follows = "nixpkgs";
};
+ noctalia = {
+ url = "github:noctalia-dev/noctalia-shell/v5";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =