diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:26:56 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:26:56 +0200 |
| commit | 0262b734da2e5bcb3e019ef046b03e78b0dbcc47 (patch) | |
| tree | 228d69c4f08f7b6d71b91b062562753c1e5a3b15 | |
| parent | 89533728ee8a3270d106e73f7d928bd1676ff331 (diff) | |
remove lib.mkForce from dumst config as nixowos is now disabled
| -rw-r--r-- | home/rices/nord-blue/dunst.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rices/nord-blue/dunst.nix b/home/rices/nord-blue/dunst.nix index b93bf6e..6fafc75 100644 --- a/home/rices/nord-blue/dunst.nix +++ b/home/rices/nord-blue/dunst.nix @@ -36,7 +36,7 @@ in { services.dunst = { enable = true; - settings = lib.mkForce { + settings = { global = { width = "(200,300)"; height = "(0,150)"; |
