Files
nixos-hardware/framework/framework-tool.nix

5 lines
75 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.framework-tool ];
}