use mako and improve starting characteristics
This commit is contained in:
parent
df66b2b2f1
commit
c03d0d2082
4 changed files with 33 additions and 44 deletions
|
|
@ -4,6 +4,5 @@
|
|||
./waybar
|
||||
./applications
|
||||
./games
|
||||
./dunst.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.dunst;
|
||||
in
|
||||
{
|
||||
options.modules.dunst = {
|
||||
enable = lib.mkEnableOption "enable dunst for notifications";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
# settings = {
|
||||
# global = {
|
||||
# width = 300;
|
||||
# height = 300;
|
||||
# offset = "30x50";
|
||||
# origin = "top-right";
|
||||
# transparency = 10;
|
||||
# frame_color = "#293929";
|
||||
# font = "Droid Sans 9";
|
||||
# };
|
||||
#
|
||||
# urgency_normal = {
|
||||
# background = "#37474f";
|
||||
# foreground = "#293929";
|
||||
# timeout = 10;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue