Dropped dotfiles input

This commit is contained in:
William 2023-08-18 17:09:05 -03:00
parent e74e0d0e21
commit 116e5acafe
6 changed files with 219 additions and 36 deletions

View file

@ -37,11 +37,6 @@
flake = false;
};
dotfiles = {
url = "github:baduhai/dotfiles";
flake = false;
};
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -59,7 +54,7 @@
};
outputs = inputs@{ self, nixpkgs, home-manager, baduhai-nur, kmonad
, nixpkgs-stable, deploy-rs, agenix, nixos-generators, homepage, dotfiles
, nixpkgs-stable, deploy-rs, agenix, nixos-generators, homepage
, pre-commit-hooks, nix-minecraft, yousable, ... }: {
nixosConfigurations = {
rotterdam = nixpkgs.lib.nixosSystem {