From c1909d3aa8c40895ea169b29708d1043697c5024 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 21 Nov 2023 10:43:28 -0600 Subject: [PATCH] chore: update flake Signed-off-by: jolheiser --- apps/nogui/eza.nix | 12 +++------- flake.lock | 56 ++++++++++++++++++++++++++++++++-------------- 2 files changed, 42 insertions(+), 26 deletions(-) diff --git a/apps/nogui/eza.nix b/apps/nogui/eza.nix index 036b32a..4bc0374 100644 --- a/apps/nogui/eza.nix +++ b/apps/nogui/eza.nix @@ -1,14 +1,8 @@ {lib, ...}: { programs.eza = { enable = true; - # These don't affect nushell currently - # git = true; - # icons = true; - }; - programs.nushell.shellAliases = { - eza = "eza --git --icons"; - ls = "eza"; - ll = lib.mkForce "eza -al"; - lt = "eza --tree"; + git = true; + icons = true; }; + programs.nushell.shellAliases.ll = lib.mkForce "eza -al"; } diff --git a/flake.lock b/flake.lock index 63fd031..c94dfe7 100644 --- a/flake.lock +++ b/flake.lock @@ -73,11 +73,11 @@ ] }, "locked": { - "lastModified": 1689362244, - "narHash": "sha256-piiuj6YPz6TDnhKJiDgbDPQWZ7S938a4WDevTJqE32o=", + "lastModified": 1700065600, + "narHash": "sha256-w/Dfwe7ejbIQgRmpT/B54dUH0urxX9S1lFxr0OFhJpY=", "owner": "tailscale", "repo": "golink", - "rev": "3d62a353ac8b5467b433ad96d686d3388ad01e34", + "rev": "c9212a47dee502e850c5fb36d8ac5fdfdb30ac6c", "type": "github" }, "original": { @@ -138,11 +138,11 @@ ] }, "locked": { - "lastModified": 1697688028, - "narHash": "sha256-d9CAOd9W2iTrgB31a8Dvyp6Vgn/gxASCNrD4Z9yzUOY=", + "lastModified": 1700553346, + "narHash": "sha256-kW7uWsCv/lxuA824Ng6EYD9hlVYRyjuFn0xBbYltAeQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "c5c1ea85181d2bb44e46e8a944a8a3f56ad88f19", + "rev": "1aabb0a31b25ad83cfaa37c3fe29053417cd9a0f", "type": "github" }, "original": { @@ -173,11 +173,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1700444282, - "narHash": "sha256-s/+tgT+Iz0LZO+nBvSms+xsMqvHt2LqYniG9r+CYyJc=", + "lastModified": 1700538105, + "narHash": "sha256-uZhOCmwv8VupEmPZm3erbr9XXmyg7K67Ul3+Rx2XMe0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3f21a22b5aafefa1845dec6f4a378a8f53d8681c", + "rev": "51a01a7e5515b469886c120e38db325c96694c2f", "type": "github" }, "original": { @@ -205,11 +205,11 @@ }, "nur": { "locked": { - "lastModified": 1697755585, - "narHash": "sha256-g1elAq0y+RykWwRiDQ4TCOq8Ct4htjk7iFQnSXhSAV0=", + "lastModified": 1700578383, + "narHash": "sha256-ij/q6/GJc/z7hML30aAVHw+bTKSV+Qfx4iGLimrZ0lw=", "owner": "nix-community", "repo": "NUR", - "rev": "014d3f41f5308e668109dca14045835df73119f1", + "rev": "ddbb03620f56d5e27fdb494a712f3735a97da448", "type": "github" }, "original": { @@ -294,6 +294,27 @@ "url": "https://git.jojodev.com/jolheiser/tailwind-ctp" } }, + "tailwind-ctp-lsp": { + "inputs": { + "nixpkgs": [ + "website", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1699401590, + "narHash": "sha256-nx8ExuBRUux9eXSUgkWp1LJMvA3dmA76+2xggZjHTU0=", + "ref": "refs/heads/master", + "rev": "b321333ad08bf21db242f246b10ad4a50b8fc8a0", + "revCount": 848, + "type": "git", + "url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense" + }, + "original": { + "type": "git", + "url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense" + } + }, "tclip": { "inputs": { "gomod2nix": "gomod2nix", @@ -329,14 +350,15 @@ "nur": [ "jolheiser-nur" ], - "tailwind-ctp": "tailwind-ctp" + "tailwind-ctp": "tailwind-ctp", + "tailwind-ctp-lsp": "tailwind-ctp-lsp" }, "locked": { - "lastModified": 1696000677, - "narHash": "sha256-qYbAJxeMyDJ9ZkIgqsJet8Yut/tcC8S67paCI/d0UjQ=", + "lastModified": 1699404161, + "narHash": "sha256-/fYYeq4Z4wHq48QZy047Tfs3Q4/yC/LDLLG7PLOqGyk=", "ref": "refs/heads/main", - "rev": "d68349edb6ad77bb4dd50cba08e5c5e1e046d512", - "revCount": 9, + "rev": "a3be14a14d3603e0b72689fa5b35961447955365", + "revCount": 12, "type": "git", "url": "https://git.jojodev.com/jolheiser/jolheiser.com" },