fix clone script + remove work apps
This commit is contained in:
parent
e340e44b7b
commit
d7d4155d39
2 changed files with 1 additions and 6 deletions
|
|
@ -295,7 +295,7 @@ in {
|
|||
url=$(wl-paste)
|
||||
${my-deps.notify-send} "Cloning $url"
|
||||
cd ~/Documents/code
|
||||
${termcmd} -e -- git clone "$url"
|
||||
${termcmd} -e git clone "$url"
|
||||
${my-deps.notify-send} "Finished cloning $url"
|
||||
'';
|
||||
install = true;
|
||||
|
|
|
|||
|
|
@ -16,11 +16,6 @@ in {
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
kubectl
|
||||
awscli2
|
||||
docker-compose
|
||||
minikube
|
||||
kubernetes-helm
|
||||
thunderbird
|
||||
remmina
|
||||
(import ../../lib/mkapp.nix "slack" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue