update(flake): add dotfiles repo as raw input
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
dotfiles = {
|
||||
url = "git+https://git.finally.coffee/transcaffeine/dotfiles.git?ref=main";
|
||||
flake = false;
|
||||
};
|
||||
dotfiles-local = {
|
||||
url = "git+file:/home/transcaffeine/git/transcaffeine/dotfiles";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: {
|
||||
|
Reference in New Issue
Block a user