From 59e511a06f4ba400d8e956a2895ce15fe9774a46 Mon Sep 17 00:00:00 2001 From: Henrik VT Date: Mon, 13 Jan 2025 20:49:11 -0500 Subject: [PATCH] stuff --- flake.lock | 7 ++++--- flake.nix | 8 ++++++++ home/henrikvt/home.nix | 11 ++++++++--- machines/darwin/pepacton/default.nix | 1 + 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 0131cae..14097fb 100644 --- a/flake.lock +++ b/flake.lock @@ -55,15 +55,16 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1733729059, - "narHash": "sha256-5xYai0KZirUX2EQpNMMCWoC27932n/i1E4KeVRIss7s=", + "lastModified": 1730688725, + "narHash": "sha256-g0SSfTWZ5mtMOpQic+eqq9sXMy1E/7yKxxfupZd9V4A=", "owner": "kamadorueda", "repo": "alejandra", - "rev": "6db88764334bd6a8b7a33cb312c318baad1d5e93", + "rev": "2bb91e309ca99656addff5c74545acbf5813636d", "type": "github" }, "original": { "owner": "kamadorueda", + "ref": "3.1.0", "repo": "alejandra", "type": "github" } diff --git a/flake.nix b/flake.nix index 4891b5b..5496a0b 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,14 @@ deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; + }; + + nil-lsp = { + url = "github:oxalica/nil/2024-08-06"; + }; + + alejandra = { + url = "github:kamadorueda/alejandra/3.1.0"; }; }; diff --git a/home/henrikvt/home.nix b/home/henrikvt/home.nix index f390cbc..90f12d0 100644 --- a/home/henrikvt/home.nix +++ b/home/henrikvt/home.nix @@ -19,8 +19,7 @@ iperf3 magic-wormhole glab - python3 - fortune + python3 ]; shellAliases = { @@ -61,6 +60,8 @@ "fnm" "fzf" "zoxide" + "lol" + ]; }; @@ -87,7 +88,11 @@ fzf.enable = true; thefuck.enable = true; dircolors.enable = true; - direnv.enable = true; + + + + + direnv.enable = true; eza = { enable = true; git = true; diff --git a/machines/darwin/pepacton/default.nix b/machines/darwin/pepacton/default.nix index 0a6c7e5..f47c5ad 100644 --- a/machines/darwin/pepacton/default.nix +++ b/machines/darwin/pepacton/default.nix @@ -7,6 +7,7 @@ wifi-password just kraft + fortune ]; };