feat(star-citizen): install

This commit is contained in:
wi11-holdsworth 2026-01-14 14:27:38 +11:00
parent 394bf7519e
commit a9b65fc1fc
5 changed files with 231 additions and 6 deletions

View file

@ -12,6 +12,11 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-citizen = {
url = "github:LovingMelody/nix-citizen";
inputs.nix-gaming.follows = "nix-gaming";
};
nix-gaming.url = "github:fufexan/nix-gaming";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixvim = {
url = "github:nix-community/nixvim";
@ -63,7 +68,13 @@
];
backupFileExtension = "backup";
extraSpecialArgs = {
inherit userName hostName util;
inherit
inputs
hostName
userName
system
util
;
};
useGlobalPkgs = true;
useUserPackages = true;