add: hyprland config
This commit is contained in:
parent
d582a11ed8
commit
f07bda4e8a
11 changed files with 540 additions and 4 deletions
16
home-manager/packages/hyprland/dunst.nix
Normal file
16
home-manager/packages/hyprland/dunst.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
offset = "10x10";
|
||||
origin = "bottom-right";
|
||||
width = 300;
|
||||
height = 500;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue