Removed npins
I can use flake's inputs features (I just have to mark the stuff I'm replacing with `flake = false`).
This commit is contained in:
parent
28035db14c
commit
2fc87419ac
7 changed files with 90 additions and 150 deletions
12
flake.nix
12
flake.nix
|
@ -27,6 +27,18 @@
|
|||
|
||||
nixvim.url = "github:alejandro-angulo/nixvim-config";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
base16-shell.url = "github:chriskempson/base16-shell/master";
|
||||
base16-shell.flake = false;
|
||||
|
||||
zsh-syntax-highlighting.url = "github:zsh-users/zsh-syntax-highlighting/master";
|
||||
zsh-syntax-highlighting.flake = false;
|
||||
|
||||
powerlevel10k.url = "github:romkatv/powerlevel10k/master";
|
||||
powerlevel10k.flake = false;
|
||||
|
||||
tmux-nerd-font-window-name.url = "github:joshmedeski/tmux-nerd-font-window-name";
|
||||
tmux-nerd-font-window-name.flake = false;
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue