diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 02:03:38 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 02:03:38 +0200 |
| commit | c2f0d9bebe68c11f4d018a18bd5d3880712c6873 (patch) | |
| tree | d40b3e3faf65fdc618c2dd62cd548aac6e545ac4 /modules/dunst.nix | |
| parent | 97cf1a9390cbb56bb904c777ebe8f6f559a7d8a4 (diff) | |
chore: move home-manager modules in seperate folder
Diffstat (limited to 'modules/dunst.nix')
| -rw-r--r-- | modules/dunst.nix | 16 |
1 files changed, 0 insertions, 16 deletions
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"; - }; - }; - }; - }; -} |
