First working version of home-manager alone
Useful for my work laptop by now
This commit is contained in:
parent
0e22d1d36a
commit
c61d4e89bd
3 changed files with 37 additions and 6 deletions
14
flake.nix
14
flake.nix
|
@ -72,11 +72,7 @@ in {
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit stateVersion inputs;
|
||||
hostname = "luci";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
desktop = true;
|
||||
};
|
||||
|
||||
};
|
||||
modules = [
|
||||
./nixos/default.nix
|
||||
|
@ -95,6 +91,14 @@ in {
|
|||
hostname = "rick";
|
||||
username = "ephase";
|
||||
};
|
||||
};
|
||||
work = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = {
|
||||
inherit stateVersion inputs;
|
||||
hostname = "yorick-Latitude-7320";
|
||||
username = "yorick";
|
||||
};
|
||||
modules = [
|
||||
./home-manager/default.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue