Files
nix-config/modules/nixos/desktop/tshell.nix

8 lines
126 B
Nix

{
flake.modules.nixos.desktop =
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ tshell ];
};
}