add xivlauncher
This commit is contained in:
parent
2f35c1a56c
commit
27cb40ae33
3 changed files with 33 additions and 1 deletions
|
@ -1,12 +1,15 @@
|
|||
args: {
|
||||
pkgs,
|
||||
nixpkgs,
|
||||
nix-gaming,
|
||||
...
|
||||
}: let
|
||||
x86_64-linux-pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
in {
|
||||
nixpkgs.overlays = [ nix-gaming.overlays.default ];
|
||||
home.packages = [
|
||||
x86_64-linux-pkgs.wineWowPackages.staging
|
||||
pkgs.wine-ge
|
||||
pkgs.xivlauncher
|
||||
pkgs.prismlauncher
|
||||
pkgs.mgba
|
||||
];
|
||||
|
|
24
flake.lock
24
flake.lock
|
@ -1003,6 +1003,29 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nix-gaming": {
|
||||
"inputs": {
|
||||
"flake-parts": [
|
||||
"flake-parts"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1698541868,
|
||||
"narHash": "sha256-oaNUQMJ/zYvKkB1wI/pcPq4cf/a+c5etZWKZ8ZAg2V0=",
|
||||
"owner": "fufexan",
|
||||
"repo": "nix-gaming",
|
||||
"rev": "53ca82dfa2c65ddbf857ef07889ff39c8f80a35a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "fufexan",
|
||||
"repo": "nix-gaming",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nix-neovim": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -1358,6 +1381,7 @@
|
|||
"home-manager": "home-manager",
|
||||
"lib-aggregate": "lib-aggregate",
|
||||
"mozilla": "mozilla",
|
||||
"nix-gaming": "nix-gaming",
|
||||
"nix-neovim": "nix-neovim",
|
||||
"nix-packages": "nix-packages",
|
||||
"nixos-config-for-netboot": "nixos-config-for-netboot",
|
||||
|
|
|
@ -72,6 +72,11 @@ rec {
|
|||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
mozilla.url = "github:mozilla/nixpkgs-mozilla";
|
||||
nix-gaming = {
|
||||
url = "github:fufexan/nix-gaming";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
nix-neovim = {
|
||||
url = "github:syberant/nix-neovim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Reference in a new issue