reworking
This commit is contained in:
23
flake.nix
23
flake.nix
@@ -206,5 +206,28 @@
|
||||
];
|
||||
};
|
||||
*/
|
||||
|
||||
homeConfigurations = {
|
||||
nathan = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {
|
||||
system = builtins.currentSystem;
|
||||
};
|
||||
|
||||
modules = [
|
||||
./home-manager
|
||||
{
|
||||
homeconfig = {
|
||||
username = "nathan";
|
||||
graphical = false;
|
||||
minimal = false;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user