Begin add laptop perso conf
This commit is contained in:
parent
10735f4461
commit
42ac86def2
10 changed files with 193 additions and 31 deletions
19
flake.nix
19
flake.nix
|
@ -50,6 +50,23 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
perso-laptop = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
||||
modules = [
|
||||
./hosts/perso-laptop
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.extraSpecialArgs = inputs;
|
||||
home-manager.users.florian = import ./home;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue