Base of Nix Configuration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
alistreaza = import ../home-manager/home.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user