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

@ -22,7 +22,7 @@ let
];
in
{
imports = [(import ./commandline.nix)] ++ [(import ./programs/rofi)];
imports = [ (import ./commandline.nix) ] ++ [ (import ./programs/rofi) ];
home = {
packages = defaultPkgs ++ gnomePkgs;