add xivlauncher

This commit is contained in:
Charlotte 🦝 Delenk 2023-10-30 07:10:57 +01:00
parent 2f35c1a56c
commit 27cb40ae33
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 33 additions and 1 deletions

View file

@ -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
];

View file

@ -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",

View file

@ -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";