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/chernobyl/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/home/niri/chernobyl/default.nix (limited to 'modules/home/niri/chernobyl/default.nix') diff --git a/modules/home/niri/chernobyl/default.nix b/modules/home/niri/chernobyl/default.nix new file mode 100644 index 0000000..72dedc5 --- /dev/null +++ b/modules/home/niri/chernobyl/default.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + imports = [ + ./dunst.nix + ./fastfetch.nix + ./niri.nix + ./kitty.nix + ./waybar.nix + ./rofi.nix + ]; +} -- cgit v1.2.3