Home Gen252 @ 2024-05-19-16:02
This commit is contained in:
parent
584e3ae813
commit
ba3bae0ccd
9
home/jonas/dunst/config.nix
Normal file
9
home/jonas/dunst/config.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{config, ...}: {
|
||||
services.dunst.settings = {
|
||||
global = {
|
||||
origin = "top-right";
|
||||
frame_color = "#33ccff";
|
||||
background = "rgba(0, 0, 0, 0.8)";
|
||||
};
|
||||
};
|
||||
}
|
||||
6
home/jonas/dunst/default.nix
Normal file
6
home/jonas/dunst/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./dunst.nix
|
||||
];
|
||||
}
|
||||
3
home/jonas/dunst/dunst.nix
Normal file
3
home/jonas/dunst/dunst.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
services.dunst.enable = true;
|
||||
}
|
||||
@ -6,6 +6,7 @@
|
||||
imports = [
|
||||
./borg.nix
|
||||
./doom.nix
|
||||
./dunst
|
||||
./firefox.nix
|
||||
./hyprland
|
||||
./kitty
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user