From 69646bff13fa56fecfa495a17342b58058198696 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 11 Apr 2022 13:37:52 +0200 Subject: [PATCH] tweak some shell aliases --- home-manager/home.nix | 7 +++++++ nixos/roles/default.nix | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index d8a81a8..4a1a68b 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -232,8 +232,15 @@ in { l = "ls"; ls = "exa"; nr = ''nix repl ""''; + "n." = "nix repl ."; nsp = "nix-shell -p"; + nsd = "nix show-derivation"; + nb = "nix build"; + nl = "nix log"; + g = "git"; lumi = "pushd ~/engineering/lumi; cached-nix-shell; popd"; + bc = "bluetoothctl connect 94:DB:56:79:7D:86"; + bd = "bluetoothctl disconnect 94:DB:56:79:7D:86"; }; interactiveShellInit = '' set fish_greeting diff --git a/nixos/roles/default.nix b/nixos/roles/default.nix index 264f4d9..0b6cd27 100644 --- a/nixos/roles/default.nix +++ b/nixos/roles/default.nix @@ -55,10 +55,6 @@ in { }; environment.systemPackages = with pkgs; [ - # v important. - cowsay # ponysay - ed # ed, man! - sl rlwrap #vim @@ -83,8 +79,6 @@ in { which reptyr tmux - bc - mkpasswd shadow # archiving @@ -101,6 +95,7 @@ in { lftp wget rsync + arp-scan #gitMinimal ];