major refactor (treewide amongst general cleaning based on my modified dots (with help from notashelf) - perks 1: it works

This commit is contained in:
rubiigen 2024-02-02 18:29:45 +00:00
commit 1d17fd15f3
No known key found for this signature in database
31 changed files with 2140 additions and 1145 deletions

View file

@ -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
};
};
}