mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: added minecraft server
This commit is contained in:
parent
2932b9f18d
commit
5e8b59c7ad
11 changed files with 441 additions and 231 deletions
6
modules/nixos/desktop/wayland/tuios/default.nix
Executable file
6
modules/nixos/desktop/wayland/tuios/default.nix
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
{ flake, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
flake.inputs.tuios.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue