nvm stupid idea

This commit is contained in:
Bryan Ramos 2023-06-09 11:20:07 -04:00
parent fb675823f3
commit 80fb4be023
5 changed files with 4 additions and 66 deletions

View file

@ -19,12 +19,6 @@
allowUnfree = true;
};
};
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
{
@ -40,7 +34,5 @@
}
];
};
defaultPackage.x86_64-linux = myTerminal;
};
}