From a85769d18edd9e979d00bbbdaf736d0f6bea440a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:21:45 +0100 Subject: [PATCH] added niri module --- post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 4b643c7..5e101dc 100644 --- a/post-install.sh +++ b/post-install.sh @@ -11,4 +11,5 @@ source ./modules/00-library.sh \ && source ./modules/08-gnome.sh \ && source ./modules/09-kitty.sh \ && source ./modules/10-tmux.sh \ - && source ./modules/11-syncthing.sh + && source ./modules/11-syncthing.sh \ + && source ./modules/12-niri.sh