Compare commits

..

11 commits

Author SHA1 Message Date
atagen
0a34c4ad52 add obisidian 2025-07-21 16:43:12 +10:00
atagen
beb1cab9ac create readme 2025-07-21 15:00:39 +10:00
atagen
57f3d78a06 add yazi 2025-07-21 14:36:04 +10:00
atagen
ac928b3d87 update meat 2025-07-21 13:51:49 +10:00
atagen
e3fe2b9f4b fix up fish aliases/abbrs 2025-07-21 13:51:35 +10:00
atagen
3d85727642 split kitty out to graphical 2025-07-21 13:13:20 +10:00
atagen
e4b7d76769 refactor rice into config 2025-07-21 12:32:12 +10:00
atagen
8872a12d20 add arbyd quickshell conf 2025-07-21 00:55:23 +10:00
atagen
63af9f8f3f add fish abbrs and header 2025-07-21 00:55:23 +10:00
atagen
7d4073779f bump meat 2025-07-21 00:55:23 +10:00
atagen
a27b02276d refactor in synaptic style 2025-07-21 00:55:23 +10:00
2 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,7 @@ this config attempts to follow the [synaptic standard](https://github.com/llakal
ideally, our modules are categorised by the purpose they hope to fulfil, and contain all the information necessary to achieve that within their context.
this is in contrast to many configuration styles which may be structured in a way that is beholden to mechanical details (implementations, module systems, or other scope they may carry).
this is in contrast to many configuration styles which may be structured in a way that is beholden to mechanical details (ie. programs, interfaces, module systems they use).
here, *we do not build our dreams of concrete*.

View file

@ -19,6 +19,12 @@ in
modules = [
inputs.home-manager.nixosModules.home-manager
(lib.mkAliasOptionModule [ "hm" ] [ "home-manager" "users" info.user ])
{
home-manager.extraSpecialArgs = {
inherit inputs;
mainUser = info.user;
};
}
] ++ (recursivelyImport info.imports);
}
) definitions;