mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
laptop: add IDEA wrappers
This commit is contained in:
parent
e24934ae66
commit
012afecf57
3 changed files with 47 additions and 10 deletions
|
|
@ -49,6 +49,7 @@
|
|||
}:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
mylib = import ./lib;
|
||||
overlay-stable = final: prev: {
|
||||
stable = import nixpkgs-stable {
|
||||
inherit system;
|
||||
|
|
@ -75,7 +76,7 @@
|
|||
in
|
||||
nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit data; };
|
||||
specialArgs = { inherit data; inherit mylib; };
|
||||
modules = [
|
||||
{ nixpkgs.overlays = my-overlays; }
|
||||
./hosts/${host}/configuration.nix
|
||||
|
|
@ -94,6 +95,7 @@
|
|||
./hosts/${host}/home
|
||||
] ++ extra-home-modules;
|
||||
};
|
||||
home-manager.extraSpecialArgs = { inherit mylib; };
|
||||
}
|
||||
])
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue