mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-20 01:01:37 +03:00
Updated Installation (markdown)
parent
27d1fd28e0
commit
be0c6be35e
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ Or alternatively in a declarative way by appending the following to your `config
|
|||
Add the following to your `configuration.nix`.
|
||||
```nix
|
||||
let
|
||||
aagl-gtk-on-nix = import (builtins.fetchTarball "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz"){ inherit pkgs; };
|
||||
aagl-gtk-on-nix = import (builtins.fetchTarball "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz");
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
@ -104,7 +104,7 @@ nixos-rebuild switch
|
|||
Alternatively, you can install the launcher using <a href="https://github.com/nix-community/home-manager">home-manager</a> by adding the following to your `home.nix`.
|
||||
```nix
|
||||
let
|
||||
aagl-gtk-on-nix = import (builtins.fetchTarball "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz"){ inherit pkgs; };
|
||||
aagl-gtk-on-nix = import (builtins.fetchTarball "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz");
|
||||
in
|
||||
{
|
||||
home.packages = [ aagl-gtk-on-nix.an-anime-game-launcher ];
|
||||
|
|
Loading…
Add table
Reference in a new issue