diff --git a/home-manager/linux/pkgs.nix b/home-manager/linux/pkgs.nix index a5d9f7d..9a79d0c 100644 --- a/home-manager/linux/pkgs.nix +++ b/home-manager/linux/pkgs.nix @@ -1,13 +1,11 @@ {pkgs, ...}: { home.packages = with pkgs; [ - # yazi + _1password gcc nodePackages_latest.pnpm pandoc cmake python312Full python312Packages.pip - # nodePackages_latest.wrangler - # yarn ]; } diff --git a/lib/mksystem.nix b/lib/mksystem.nix index 4fc0011..7def73b 100644 --- a/lib/mksystem.nix +++ b/lib/mksystem.nix @@ -27,7 +27,11 @@ in then systemFunc { - inherit pkgs; + pkgs = import nixpkgs { + inherit system; + # allow unfree pkgs, for example, 1password + config.allowUnfree = true; + }; modules = [ (import userHMConfig {