added vintage story flake

This commit is contained in:
2026-01-28 08:25:51 -05:00
parent be6cab1ab2
commit 1f9ff31234
4 changed files with 74 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
# My personal flakes
swaytreesave.url = "git+https://scm.wyattjmiller.com/wymiller/swaytreesave-nix.git";
vintage-story.url = "git+https://scm.wyattjmiller.com/wymiller/vintage-story-nix.git";
};
outputs = inputs @ {
@@ -32,6 +33,7 @@
rust-overlay,
aagl,
swaytreesave,
vintage-story,
...
}: let
userName = "wyatt";
@@ -82,7 +84,7 @@
nixosConfigurations."cloud" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit userName userEmail ghostty aagl;
inherit userName userEmail ghostty aagl vintage-story;
hostname = "cloud";
role = "devel";
};