mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
zbar: copy locally and fix for macos aarch64
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let mypkgs = (import ../modules/pkgs.nix { inherit pkgs; });
|
||||
let mypkgs = pkgs.callPackage ../modules/pkgs.nix { };
|
||||
in {
|
||||
home.packages = mypkgs.all;
|
||||
home.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user