improve hyprland
This commit is contained in:
13
modules/optionnals/desktop/dunst.nix
Normal file
13
modules/optionnals/desktop/dunst.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
dunst
|
||||
libnotify
|
||||
];
|
||||
environment.etc = {
|
||||
"xdg/dunst/dunstrc".source = ./config/etc/xdg/dunstrc;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user