From 36b5efed32743e0255ee7d181a448ca8d87a6aa3 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 12 Oct 2024 13:08:00 +0200 Subject: [PATCH] chore: adds swaync to default modules --- modules/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/default.nix b/modules/home/default.nix index ea5e299..9cd7ca5 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -2,6 +2,7 @@ imports = [(import ./bat.nix)] # better cat command ++ [(import ./git.nix)] # version control + ++ [(import ./swaync/default.nix)] # notification panel ++ [(import ./hyprland)] # window manager ++ [(import ./kitty.nix)] # terminal ++ [(import ./mako.nix)] # notification deamon