From b048f9f3193234579ee73ce53844f2e357b49452 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:17:49 -0800 Subject: [PATCH] remove python, alias --- extras/dev.nix | 4 ++-- users/tao/config.nu | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extras/dev.nix b/extras/dev.nix index f091c65..0ef0db6 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -40,8 +40,8 @@ # python pypy3 - # python3 - python310Packages.python-lsp-server + # # python3 + # python310Packages.python-lsp-server ruff ruff-lsp diff --git a/users/tao/config.nu b/users/tao/config.nu index 61e2ebf..8ee7e0d 100644 --- a/users/tao/config.nu +++ b/users/tao/config.nu @@ -6,6 +6,7 @@ alias fetch = macchina alias cringe = sudo bootctl set-oneshot auto-windows alias rebs = sudo nixos-rebuild switch --flake ~/Projects/NOflake/ alias rebb = sudo nixos-rebuild boot --flake ~/Projects/NOflake/ +alias gc = sudo nix-collect-garbage -d alias ff = firefox alias pu = pueue