zsh additions + qol changes (#1)

* flake changes

* hm enable by default, omp home-manager

* zsh plugins
This commit is contained in:
rocketcamel
2025-02-03 00:26:06 -08:00
committed by GitHub
parent 93eab92cf1
commit 9b9ca64fc6
9 changed files with 31 additions and 8 deletions

View File

@@ -19,14 +19,17 @@
hosts = [
{
name = "wsl-kumatani";
architecture = "x86_64-linux";
isWSL = true;
}
{
name = "wsl-usahara";
architecture = "x86_64-linux";
isWSL = true;
}
{
name = "tux";
architecture = "x86_64-linux";
}
];
in
@@ -41,7 +44,7 @@
hostname = host.name;
};
};
system = "x86_64-linux";
system = host.architecture;
modules = [
./hosts/${host.name}/configuration.nix
./modules/default.nix