formatting

This commit is contained in:
Moritz Böhme 2021-10-06 15:35:31 +02:00
parent 407bf46d5d
commit c12eaad5f0
6 changed files with 17 additions and 44 deletions

View file

@ -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); }