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:
parent
51b71b8412
commit
cc921c654e
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue