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/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/home/default.nix (limited to 'modules/home/default.nix') diff --git a/modules/home/default.nix b/modules/home/default.nix new file mode 100644 index 0000000..b01613e --- /dev/null +++ b/modules/home/default.nix @@ -0,0 +1,9 @@ +{ ... }: + +{ + # Home environment orchestrator + imports = [ + ./i3wm + ./niri + ]; +} -- cgit v1.2.3