dendritic: rewrote entire config

This commit is contained in:
2026-05-23 20:18:11 +02:00
parent a93284ff80
commit c8ee6d85fe
190 changed files with 6764 additions and 8101 deletions
+14
View File
@@ -0,0 +1,14 @@
# see https://www.vimjoyer.com/nix/dendritic-home-manager
{ inputs, ... }: {
imports = [
# adds home-manager options to flake-parts
inputs.home-manager.flakeModules.home-manager
];
config.systems = [
"x86_64-linux"
#"aarch64-linux"
#"x86_64-darwin"
#"aarch64-darwin"
];
}