Use impurity.nix

This commit is contained in:
outfoxxed 2023-07-26 01:20:41 -07:00
parent 3c0081ef39
commit 07f488ec6a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 27 additions and 45 deletions

View file

@ -9,6 +9,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
impurity.url = "github:outfoxxed/impurity.nix";
emacs-overlay = {
url = "github:nix-community/emacs-overlay?rev=b7a065e692e944e6b68d4285013ca426a8de6663";
inputs.nixpkgs.follows = "nixpkgs";
@ -50,10 +52,10 @@
nixosConfigurations = {
lenovo = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = { inherit system inputs; };
specialArgs = { inherit self system inputs; };
modules = [
(import ./modules/impurity.nix self)
./modules/impurity.nix
./modules/preserve-system.nix
./modules/devenv
./modules/system.nix