feat: switched back to dunst
This commit is contained in:
parent
8912f87918
commit
e2dbc1b2a3
|
@ -2,6 +2,6 @@
|
|||
age.secrets.usbguard.rekeyFile = ../../secrets/usbguard.rules.age;
|
||||
services.usbguard = {
|
||||
ruleFile = config.age.secrets.usbguard.path;
|
||||
enable = true;
|
||||
#enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
#./deadd
|
||||
./themes.nix
|
||||
./wired-notify.nix
|
||||
#./wired-notify.nix
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
@ -14,13 +18,14 @@
|
|||
};
|
||||
|
||||
# notification are nice to have
|
||||
#services.dunst = {
|
||||
# enable = true;
|
||||
# settings.global = {
|
||||
# frame_width = 0;
|
||||
# highlight = config.lib.stylix.colors.withHashtag.base0C;
|
||||
# progress_bar_frame_width = 0;
|
||||
# progress_bar_corner_radius = 0;
|
||||
# };
|
||||
#};
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings.global = {
|
||||
monitor = 1;
|
||||
frame_width = 0;
|
||||
highlight = config.lib.stylix.colors.withHashtag.base0C;
|
||||
progress_bar_frame_width = 0;
|
||||
progress_bar_corner_radius = 0;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue