Compare commits

..

11 commits

Author SHA1 Message Date
atagen
f4475f87a3 add obisidian 2025-07-21 16:47:44 +10:00
atagen
7f59c3301b create readme 2025-07-21 16:47:44 +10:00
atagen
cd1d027e49 add yazi 2025-07-21 16:47:26 +10:00
atagen
b41fb6a2e4 update meat 2025-07-21 16:47:26 +10:00
atagen
ca8ef5df01 fix up fish aliases/abbrs 2025-07-21 16:47:26 +10:00
atagen
af5e727222 split kitty out to graphical 2025-07-21 16:47:26 +10:00
atagen
3095dc27fe refactor rice into config 2025-07-21 16:47:26 +10:00
atagen
c33b079159 add arbyd quickshell conf 2025-07-21 16:47:26 +10:00
atagen
55fdbf0217 add fish abbrs and header 2025-07-21 16:47:26 +10:00
atagen
7b28c1ddf9 bump meat 2025-07-21 16:47:26 +10:00
atagen
da3c0898c7 refactor in synaptic style 2025-07-21 16:47:26 +10:00
2 changed files with 1 additions and 7 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 (ie. programs, interfaces, module systems they use).
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).
here, *we do not build our dreams of concrete*.

View file

@ -19,12 +19,6 @@ 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;