revamped
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
specialArgs,
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
home-manager = {
|
||||
backupFileExtension = "backup";
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = specialArgs;
|
||||
users.${myConfig.nixos.username} = import ../home/hakase.nix;
|
||||
};
|
||||
|
||||
imports = [
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user