nix-format and remove obsolete obsidian derivation

This commit is contained in:
Haak Saxberg 2021-10-10 14:00:02 -07:00
parent 570c2753a7
commit 64f5af878d
9 changed files with 37 additions and 83 deletions

View file

@ -7,7 +7,7 @@ let
];
in
{
imports = [(import ./universal.nix)];
imports = [ (import ./universal.nix) ];
services.lorri.enable = true;
xdg.enable = true;