update(flake): add dotfiles repo as raw input

This commit is contained in:
2025-09-07 13:33:43 +02:00
parent 9abb5ea152
commit c2afc4d5ac
2 changed files with 44 additions and 0 deletions

View File

@@ -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, ... }: {