Home Gen252 @ 2024-05-19-16:02

This commit is contained in:
Jonas Röger 2024-05-19 16:02:17 +02:00
parent 584e3ae813
commit ba3bae0ccd
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{config, ...}: {
services.dunst.settings = {
global = {
origin = "top-right";
frame_color = "#33ccff";
background = "rgba(0, 0, 0, 0.8)";
};
};
}

View File

@ -0,0 +1,6 @@
{...}: {
imports = [
./config.nix
./dunst.nix
];
}

View File

@ -0,0 +1,3 @@
{...}: {
services.dunst.enable = true;
}

View File

@ -6,6 +6,7 @@
imports = [
./borg.nix
./doom.nix
./dunst
./firefox.nix
./hyprland
./kitty