add oh-my-pi

This commit is contained in:
2026-05-22 15:42:45 +02:00
parent 65de45f673
commit 419c218ce1
7 changed files with 324 additions and 16 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
ntfsplus,
nix-skills,
nixpkgs-linuxeol,
bun2nix,
...
}:
hardwareConfig: hostConfig:
@@ -31,7 +32,7 @@ nixpkgs.lib.nixosSystem {
claude-code.overlays.default
acer-wmi-ext.overlays.default
nix-skills.overlays.default
];
] ++ (import ../overlays/pkgs.nix { inherit bun2nix; });
nix.settings = {
substituters = [ "https://claude-code.cachix.org" ];
trusted-public-keys = [ "claude-code.cachix.org-1:YeXf2aNu7UTX8Vwrze0za1WEDS+4DuI2kVeWEE4fsRk=" ];