diff options
| author | Grigory Shipunov | 2022-07-10 03:00:29 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-10 03:00:29 +0200 |
| commit | ad486191bc0c8aa919c357d437951c0a42d5718d (patch) | |
| tree | f1e70e7935276ed1a5b46ebe86ef5cbc1ca840dd /modules/basic-tools.nix | |
| parent | 61ffad9f74ce38fd3e2c924d48ad62f4d0fbb208 (diff) | |
flake update, nixpkgs-fmt, add extra redirect to dd-ix.net
Diffstat (limited to 'modules/basic-tools.nix')
| -rw-r--r-- | modules/basic-tools.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index 4e8cf58..9783c8e 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ bat - exa + lsd fd file fzf @@ -27,7 +27,6 @@ ]; nix = { - package = pkgs.nixUnstable; autoOptimiseStore = true; extraOptions = '' experimental-features = nix-command flakes @@ -51,6 +50,11 @@ }; environment.shellAliases = { + ls = "lsd"; + l = "lsd -l"; + la = "lsd -la"; + ll = "lsd -lah"; + lt = "lsd --tree"; vim = "nvim"; vi = "nvim"; vf = "$EDITOR $(fzf)"; |
