framework: install framework-tool

This commit is contained in:
pinage404 2024-04-28 17:30:41 +02:00 committed by mergify[bot]
parent 88eb241bbd
commit e148ccbecb
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
environment.systemPackages = [ pkgs.framework-tool ];
}