mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixed
This commit is contained in:
parent
180a98fa25
commit
fb675823f3
4 changed files with 14 additions and 8 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue