diff options
Diffstat (limited to 'modules/desktop/system/components/dunst.nix')
| -rw-r--r-- | modules/desktop/system/components/dunst.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/desktop/system/components/dunst.nix b/modules/desktop/system/components/dunst.nix index 37fce2b..9dfaa80 100644 --- a/modules/desktop/system/components/dunst.nix +++ b/modules/desktop/system/components/dunst.nix @@ -6,7 +6,7 @@ }: let cfg = config.collinux.desktop.components.dunst; - settings = pkgs.writeText "dunstrc" '' + settings = '' [global] frame_color = "#89b4fa" separator_color = frame @@ -32,7 +32,7 @@ in lib.mkIf cfg.enable { hjem.users."${config.collinux.user.name}" = { - files.".config/dunst/dunstrc".source = settings; + files.".config/dunst/dunstrc".text = settings; packages = [pkgs.dunst pkgs.inotify-tools]; }; } |
