📦 [shared] Updated dependencies, replace Grayjay flake with package

This commit is contained in:
2025-08-09 12:59:51 +02:00
parent 28ab51d4bf
commit 383fb19b59
3 changed files with 26 additions and 28 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
@ -6,6 +6,6 @@
gimp
vlc
vdhcoapp
# inputs.grayjay.packages.${system}.grayjay
grayjay
];
}