add pyfa to packages, still need to figure out how to make the appimage show up in the start menu

This commit is contained in:
Christoph Hollizeck 2024-05-24 12:32:36 +02:00
parent 51b71b8412
commit cc921c654e
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -1,6 +1,6 @@
{
inputs,
pkgs,
config,
lib,
...
}:
@ -9,7 +9,7 @@ with lib.wyrdgard;
{
imports = [ ./hardware.nix ];
environment.systemPackages = with pkgs; [ jetbrains.rust-rover ];
environment.systemPackages = with pkgs; [ jetbrains.rust-rover inputs.pyfa ];
environment.pathsToLink = [ "/libexec" ];