1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-02 01:18:32 +02:00
nixos-hardware/framework/framework-tool.nix

4 lines
75 B
Nix
Raw Normal View History

2024-04-28 17:30:41 +02:00
{ pkgs, ... }: {
environment.systemPackages = [ pkgs.framework-tool ];
}