Skip to content

Commit

Permalink
usr: cli: fix extra
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Aug 7, 2024
1 parent 08b6677 commit 6fb41fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usr/cli-extra.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#MC # cli-extra.nix: Extra CLI configs (added to minial cli.nix)
{ config, pkgs, stdenv, lib, ... }:
(lib.optionalAttrs (!config.isMinimalConfig) {
{
imports = [{
home.packages = let
pandora = pkgs.python3Packages.callPackage ./cli/pandora-chatgpt.nix {};
Expand Down Expand Up @@ -53,4 +54,4 @@
# runXonY
qemu
] ++ lib.optional (builtins.currentSystem == "x86_64-linux") quickemu;
})
}

0 comments on commit 6fb41fc

Please sign in to comment.