diff options
| -rw-r--r-- | config/bash.nix | 1 | ||||
| -rw-r--r-- | modules/virtualization.nix | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/config/bash.nix b/config/bash.nix index cf83aad..ae54f9e 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -44,7 +44,6 @@ bind '"\C-f": "sessionizer\n"' alias poof="rm $HOME/.ssh/known_hosts*" - alias db="distrobox enter" if [ -f $HOME/.custom_bashrc ]; then source $HOME/.custom_bashrc diff --git a/modules/virtualization.nix b/modules/virtualization.nix index fb5a4cd..34b5244 100644 --- a/modules/virtualization.nix +++ b/modules/virtualization.nix @@ -36,12 +36,6 @@ in #pkgs.vagrant pkgs.virt-viewer pkgs.guestfs-tools - pkgs.distrobox - - (pkgs.writeShellScriptBin "db-create" '' - mkdir -p "$HOME/db" - distrobox create --name my-distrobox --home "$HOME/db" --init --image ubuntu:24.04 - '') (pkgs.writeShellScriptBin "pin-cpu" '' if [[ $1 == "" ]]; then |
