diff --git a/extras/dev.nix b/extras/dev.nix index 3fb891b..7c3a5f4 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ + digital asm-lsp gh # bash-language-server diff --git a/systems/BASED.nix b/systems/BASED.nix index 53cb9d4..8b03b03 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -26,7 +26,7 @@ ouch pueue ripgrep - rustdesk + # rustdesk # screen skim tree diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index 084039b..0453684 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -27,6 +27,7 @@ alias jg = jj git clone --colocate alias jm = jj bookmark set main alias jp = jj git push alias js = jj status +alias jw = jj workspace update-stale def h [] { sk | complete | @@ -66,6 +67,9 @@ def nr [package] { nix search nixpkgs $package } def rebuild --wrapped [subcommand, ...rest] { + if (open /etc/hostname == NOlaptop) { + sudo nix store info --store ssh://nocomputer + } sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose ...$rest } # def post-rebuild [] {