feat(star-citizen): install
This commit is contained in:
parent
394bf7519e
commit
a9b65fc1fc
5 changed files with 231 additions and 6 deletions
13
flake.nix
13
flake.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue