major refactor (treewide amongst general cleaning based on my modified dots (with help from notashelf) - perks 1: it works
This commit is contained in:
parent
ea3485f5c5
commit
1d17fd15f3
31 changed files with 2140 additions and 1145 deletions
|
|
@ -1,19 +1,18 @@
|
|||
{
|
||||
inputs,
|
||||
self,
|
||||
outputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs self outputs;
|
||||
inherit inputs self;
|
||||
};
|
||||
users = {
|
||||
# TODO: "base" user that will be used by default is there is no defined
|
||||
# home directory for the user
|
||||
floppydisk = ./floppydisk;
|
||||
# more users can go here, the format is only for convenience
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue