diff --git a/flake.lock b/flake.lock index 1797e6b..23c4886 100644 --- a/flake.lock +++ b/flake.lock @@ -51,11 +51,11 @@ ] }, "locked": { - "lastModified": 1738453229, - "narHash": "sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm+zmZ7vxbJdo=", + "lastModified": 1741352980, + "narHash": "sha256-+u2UunDA4Cl5Fci3m7S643HzKmIDAe+fiXrLqYsR2fs=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "32ea77a06711b758da0ad9bd6a844c5740a87abd", + "rev": "f4330d22f1c5d2ba72d3d22df5597d123fdb60a9", "type": "github" }, "original": { @@ -146,11 +146,11 @@ ] }, "locked": { - "lastModified": 1741791118, - "narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", + "lastModified": 1743097780, + "narHash": "sha256-5tUbaMBKYbfTe/4aXACxmiXG22TgwPBNcfZ8Kg3rt+g=", "owner": "nix-community", "repo": "home-manager", - "rev": "18780912345970e5b546b1b085385789b6935a83", + "rev": "b14a70c40f4fd0b73d095ab04a7c6e31fbc18e52", "type": "github" }, "original": { @@ -205,11 +205,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1741513245, - "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", + "lastModified": 1742889210, + "narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", + "rev": "698214a32beb4f4c8e3942372c694f40848b360d", "type": "github" }, "original": { @@ -244,11 +244,11 @@ "nuschtosSearch": "nuschtosSearch" }, "locked": { - "lastModified": 1741709061, - "narHash": "sha256-G1YTksB0CnVhpU1gEmvO3ugPS5CAmUpm5UtTIUIPnEI=", + "lastModified": 1742991302, + "narHash": "sha256-5S+qnc5ijgFWlAWS9+L7uAgpDnL0RtVEDhVpHWGoavA=", "owner": "nix-community", "repo": "nixvim", - "rev": "3a3abf11700f76738d8ad9d15054ceaf182d2974", + "rev": "1c0dd320d9c4f250ac33382e11d370b7abe97622", "type": "github" }, "original": { @@ -267,11 +267,11 @@ ] }, "locked": { - "lastModified": 1738508923, - "narHash": "sha256-4DaDrQDAIxlWhTjH6h/+xfG05jt3qDZrZE/7zDLQaS4=", + "lastModified": 1742659553, + "narHash": "sha256-i/JCrr/jApVorI9GkSV5to+USrRCa0rWuQDH8JSlK2A=", "owner": "NuschtOS", "repo": "search", - "rev": "86e2038290859006e05ca7201425ea5b5de4aecb", + "rev": "508752835128a3977985a4d5225ff241f7756181", "type": "github" }, "original": { diff --git a/modules/neovim.nix b/modules/neovim.nix index b8ca757..792fb62 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -23,7 +23,13 @@ flash.enable = true; oil.enable = true; neogit.enable = true; - hardtime.enable = true; + hardtime.enable = false; + image = { + enable = true; + settings = { + backend = "kitty"; + }; + }; none-ls = { enable = true; diff --git a/modules/zsh.nix b/modules/zsh.nix index ccf5aee..91eed4b 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -55,6 +55,7 @@ nodejs.disabled = true; package.disabled = true; aws.disabled = true; + elixir.disabled = true; }; }; } diff --git a/yadunut-mbp/home.nix b/yadunut-mbp/home.nix index 512998b..cb5b8ec 100644 --- a/yadunut-mbp/home.nix +++ b/yadunut-mbp/home.nix @@ -26,12 +26,8 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = [ - pkgs.go - pkgs.beancount - pkgs.coq # pkgs.dive pkgs.entr - pkgs.fava pkgs.typst pkgs.tinymist @@ -41,21 +37,18 @@ pkgs.nixfmt-rfc-style pkgs.just pkgs.rsync - pkgs.k9s pkgs.nil # nix lsp pkgs.vscode-langservers-extracted pkgs.zellij pkgs.gh pkgs.deno - pkgs.poppler - pkgs.procps pkgs.rust-analyzer pkgs.claude-code pkgs.httpie # (inputs.ziggy.outputs.packages.aarch64-darwin.ziggy) - (inputs.superhtml.outputs.packages.aarch64-darwin.superhtml) + # (inputs.superhtml.outputs.packages.aarch64-darwin.superhtml) # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the