add: hyprland config

This commit is contained in:
lily 2024-08-02 16:51:16 -04:00
parent d582a11ed8
commit f07bda4e8a
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
11 changed files with 540 additions and 4 deletions

View file

@ -0,0 +1,16 @@
{ ... }:
{
services.dunst = {
enable = true;
catppuccin.enable = true;
settings = {
global = {
offset = "10x10";
origin = "bottom-right";
width = 300;
height = 500;
};
};
};
}