use plugins provided by home-manager

This commit is contained in:
Moritz Böhme 2021-10-26 09:33:55 +02:00
parent d827167237
commit 41f1d234a9
2 changed files with 1 additions and 12 deletions

View file

@ -21,14 +21,6 @@
url = "github:jonaburg/picom";
flake = false;
};
zsh-autosuggestions = {
url = "github:zsh-users/zsh-autosuggestions";
flake = false;
};
zsh-syntax-highlighting = {
url = "github:zsh-users/zsh-syntax-highlighting";
flake = false;
};
};
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }: