This commit is contained in:
Bryan Ramos 2023-06-08 15:30:17 -04:00
parent 180a98fa25
commit fb675823f3
4 changed files with 14 additions and 8 deletions

View file

@ -19,7 +19,12 @@
allowUnfree = true;
};
};
myTerminal = pkgs.callPackage ./terminal/shell.nix { };
configs = builtins.fetchTarball {
url = "https://github.com/itme-brain/nixos/raw/yolo-allin/terminal/configs.tar.gz";
sha256 = "1q6qcwp06hgia0wiz11jynxjh8l527ckfjpgz1cylczdfbv60vk1";
};
myTerminal = pkgs.callPackage ./terminal/shell.nix { inherit configs; };
in
{