mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
6 lines
139 B
Nix
Executable file
6 lines
139 B
Nix
Executable file
{ flake, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = [
|
|
flake.inputs.tuios.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
];
|
|
}
|