nixos-systems/modules/system/fish.nix
Eli Ribble 259c621a2f Create base test-corp environmnt
This creates more commonality between a nixos-anywhere bootstrapped
system and a locally built nixos image, which is good.
2025-07-17 19:39:38 +00:00

7 lines
101 B
Nix

{ config, configPath, lib, pkgs, ... }:
with lib;
{
environment.systemPackages = [ pkgs.fish ];
}