From c2f0d9bebe68c11f4d018a18bd5d3880712c6873 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 02:03:38 +0200 Subject: chore: move home-manager modules in seperate folder --- modules/dunst.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/dunst.nix (limited to 'modules/dunst.nix') diff --git a/modules/dunst.nix b/modules/dunst.nix deleted file mode 100644 index 87ae210..0000000 --- a/modules/dunst.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ config, pkgs, lib, ...}: - -{ - options.dunst.enable = lib.mkEnableOption "Setup dunst notification"; - config = lib.mkIf config.dunst.enable { - services.dunst = { - enable = true; - settings = { - global = { - transparency = 10; - font = "monospace 10"; - }; - }; - }; - }; -} -- cgit v1.3.1