mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Improve style
This commit is contained in:
parent
47b4bdfca0
commit
cc599c7ab3
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue