first working build of rewrite
This commit is contained in:
commit
44a3f420c6
29 changed files with 1261 additions and 0 deletions
11
modules/home-manager/default.nix
Normal file
11
modules/home-manager/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{inputs,config,pkgs,...}:{
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
home-manager = {
|
||||
# useGlobalPackages = true;
|
||||
# useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users.speccon18 = import ./home.nix;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue