This commit is a byproduct of your imagination
This does not exist. Take your pills and move on with your day.
This commit is contained in:
parent
5eec253da5
commit
ea199534e0
2 changed files with 11 additions and 6 deletions
|
@ -15,6 +15,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aagl = {
|
||||||
|
url = "github:ezKEa/aagl-gtk-on-nix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
@ -23,6 +28,7 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
nur,
|
nur,
|
||||||
plasma-manager,
|
plasma-manager,
|
||||||
|
aagl,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
lib = nixpkgs.lib.extend (final: prev:
|
lib = nixpkgs.lib.extend (final: prev:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.persistence."/nix/persist".users.hu.directories = [
|
environment.persistence."/nix/persist".users.hu.directories = [
|
||||||
|
@ -27,10 +27,9 @@
|
||||||
protontricks
|
protontricks
|
||||||
];
|
];
|
||||||
|
|
||||||
# Minecraft server
|
imports = [ inputs.aagl.nixosModules.default ];
|
||||||
networking.firewall = {
|
nix.settings = inputs.aagl.nixConfig;
|
||||||
allowedTCPPorts = [ 25565 ];
|
|
||||||
allowedUDPPorts = [ 25565 ];
|
programs.anime-game-launcher.enable = true;
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue