add: hyprland config

This commit is contained in:
luxzi 2024-08-02 16:51:16 -04:00
parent 97d282e0b5
commit 4137890dae
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
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;
};
};
};
}