Improve style

This commit is contained in:
SebastianStork 2024-06-04 08:57:49 +02:00
parent 47b4bdfca0
commit cc599c7ab3

View file

@ -8,6 +8,7 @@
}; };
wrapper-manager = { wrapper-manager = {
#! Wrapper-manager fork with selective binary wrapping
url = "github:nrabulinski/wrapper-manager/wrap-certain-programs"; url = "github:nrabulinski/wrapper-manager/wrap-certain-programs";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -57,7 +58,7 @@
}; };
modules = [ modules = [
./hosts/north ./hosts/north
"${./.}/users/seb/@north.nix" "${self}/users/seb/@north.nix"
]; ];
}; };
inspiron = nixpkgs.lib.nixosSystem { inspiron = nixpkgs.lib.nixosSystem {
@ -66,7 +67,7 @@
}; };
modules = [ modules = [
./hosts/inspiron ./hosts/inspiron
"${./.}/users/seb/@inspiron.nix" "${self}/users/seb/@inspiron.nix"
]; ];
}; };
}; };