migrated complex pkgs

This commit is contained in:
2024-12-14 16:54:50 -06:00
parent 3242385ad5
commit b40e4e2226
16 changed files with 21 additions and 943 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
services = {
gvfs.enable = true;
@@ -47,6 +47,6 @@
;
}
++ [
(pkgs.callPackage ./pkgs/pano/default.nix { })
inputs.jawz-scripts.packages.x86_64-linux.pano
];
}