a few more additions

This commit is contained in:
Miguel Palhas
2026-06-27 14:16:30 +01:00
parent 559edbe89a
commit 4eeef628b0
12 changed files with 94 additions and 6 deletions
+9 -3
View File
@@ -42,6 +42,10 @@
};
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
claude-code.url = "github:sadjow/claude-code-nix";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -94,12 +98,14 @@
{
nixosConfigurations = {
arrakis = mkNixOS "arrakis";
desktop = mkNixOS "desktop";
konishi = mkNixOS "konishi";
};
# Named "<user>@<host>" so `nh home switch` auto-detects them
# (nh home tries "$USER@$(hostname)", not the bare hostname).
homeConfigurations = {
arrakis = mkHome "arrakis" x86;
desktop = mkHome "desktop" x86;
"naps62@arrakis" = mkHome "arrakis" x86;
"naps62@konishi" = mkHome "konishi" x86;
};
devShells =