Use impurity.nix
This commit is contained in:
parent
3c0081ef39
commit
07f488ec6a
5 changed files with 27 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue