formatting
This commit is contained in:
parent
407bf46d5d
commit
c12eaad5f0
6 changed files with 17 additions and 44 deletions
|
|
@ -4,13 +4,8 @@ let
|
|||
base = {
|
||||
xdg = {
|
||||
enable = true;
|
||||
configFile."dunt/dunstrc" = {
|
||||
source = ./dunstrc;
|
||||
};
|
||||
configFile."dunt/dunstrc" = { source = ./dunstrc; };
|
||||
};
|
||||
services.dunst.enable = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
home-manager.users.moritz = { ... }: (base);
|
||||
}
|
||||
in { home-manager.users.moritz = { ... }: (base); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue