From 9695c1c909be4d48854690cdf47958551c2d3178 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 19:33:21 +0100 Subject: removed hyprland, added niri --- modules/home/niri/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/home/niri/default.nix (limited to 'modules/home/niri/default.nix') diff --git a/modules/home/niri/default.nix b/modules/home/niri/default.nix new file mode 100644 index 0000000..a968626 --- /dev/null +++ b/modules/home/niri/default.nix @@ -0,0 +1,10 @@ +{ ... }: + +{ + # Niri home-manager configuration orchestrator + # Uncomment one of the rices below: + imports = [ + #./default.nix # main niri rice + ./chernobyl/default.nix # chernobyl niri rice + ]; +} -- cgit v1.2.3