mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
sudo rm dunst
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
72a93cfff4
commit
1c39538d9e
1 changed files with 3 additions and 1 deletions
|
@ -200,5 +200,7 @@ in {
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
|
services = {
|
||||||
|
dunst.enable = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue