From 92c6bc69b64e1d62e05384ebbb28e263a26e3adc Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 11 Jan 2026 13:02:58 +0100 Subject: [PATCH] fix: disable bloat, temporarily disable failing builds :bug: --- nixos/flake.lock | 36 ++++++++++++++++++------------------ nixos/home/danny/home.nix | 6 ++++-- nixos/hosts/macos.nix | 6 +++--- nixos/neovim.nix | 6 ++++-- 4 files changed, 29 insertions(+), 25 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index 898f304..c3fc0e2 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -3,11 +3,11 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1747046372, - "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", + "lastModified": 1765121682, + "narHash": "sha256-4VBOP18BFeiPkyhy9o4ssBNQEvfvv1kXkasAYd0+rrA=", "owner": "edolstra", "repo": "flake-compat", - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", + "rev": "65f23138d8d09a92e30f1e5c87611b23ef451bf3", "type": "github" }, "original": { @@ -41,11 +41,11 @@ ] }, "locked": { - "lastModified": 1757650187, - "narHash": "sha256-OrythrqccPKtuVt0mj26rr83Qo3Ljb4ZmwLdPGjzjMU=", + "lastModified": 1768068402, + "narHash": "sha256-bAXnnJZKJiF7Xr6eNW6+PhBf1lg2P1aFUO9+xgWkXfA=", "owner": "nix-community", "repo": "home-manager", - "rev": "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d", + "rev": "8bc5473b6bc2b6e1529a9c4040411e1199c43b4c", "type": "github" }, "original": { @@ -61,11 +61,11 @@ ] }, "locked": { - "lastModified": 1757430124, - "narHash": "sha256-MhDltfXesGH8VkGv3hmJ1QEKl1ChTIj9wmGAFfWj/Wk=", + "lastModified": 1767718503, + "narHash": "sha256-V+VkFs0aSG0ca8p/N3gib7FAf4cq9jyr5Gm+ZBrHQpo=", "owner": "nix-darwin", "repo": "nix-darwin", - "rev": "830b3f0b50045cf0bcfd4dab65fad05bf882e196", + "rev": "9f48ffaca1f44b3e590976b4da8666a9e86e6eb1", "type": "github" }, "original": { @@ -81,11 +81,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1757427959, - "narHash": "sha256-p0i07rLfAMzJWYfsjFOXEtIWeS1EGVxJaCi9gfyCwRE=", + "lastModified": 1765841014, + "narHash": "sha256-55V0AJ36V5Egh4kMhWtDh117eE3GOjwq5LhwxDn9eHg=", "owner": "nix-community", "repo": "NixOS-WSL", - "rev": "785f1b67b6c53de088f640f2a7da50ca4b2d7161", + "rev": "be4af8042e7a61fa12fda58fe9a3b3babdefe17b", "type": "github" }, "original": { @@ -97,11 +97,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1757068644, - "narHash": "sha256-NOrUtIhTkIIumj1E/Rsv1J37Yi3xGStISEo8tZm3KW4=", + "lastModified": 1765472234, + "narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8eb28adfa3dc4de28e792e3bf49fcf9007ca8ac9", + "rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b", "type": "github" }, "original": { @@ -113,11 +113,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1757584362, - "narHash": "sha256-XeTX/w16rUNUNBsfaOVCDoMMa7Xu7KvIMT7tn1zIEcg=", + "lastModified": 1768032153, + "narHash": "sha256-6kD1MdY9fsE6FgSwdnx29hdH2UcBKs3/+JJleMShuJg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d33e926c80e6521a55da380a4c4c44a7462af405", + "rev": "3146c6aa9995e7351a398e17470e15305e6e18ff", "type": "github" }, "original": { diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index d6f2cac..5559c47 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -65,8 +65,10 @@ vim-surround vim-gitgutter vim-nix - vimtex - fzf-vim + # TODO: temporarily disabled - should be re-enabled once everything is updated + # vimtex + # fzf-vim + # fzf-lua nerdtree rainbow catppuccin-nvim diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index 6d2a624..c601bfa 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -80,11 +80,11 @@ lolcat alacritty - vscodium - zed-editor + # vscodium # Bloat + # zed-editor # Bloat code-cursor cursor-cli - warp-terminal + # warp-terminal # Bloat discord tree diff --git a/nixos/neovim.nix b/nixos/neovim.nix index e0c3e7f..032f830 100644 --- a/nixos/neovim.nix +++ b/nixos/neovim.nix @@ -65,8 +65,10 @@ # vim-airline # nice and light status bar # doesn't work nicely with tmux # coc-nvim coc-git coc-highlight coc-python coc-rls coc-vetur coc-vimtex coc-yaml coc-html coc-json # auto completion vim-nix # nix highlight - vimtex # latex stuff - fzf-vim # fuzzy finder through vim + # TODO: temporarily disabled - should be re-enabled once everything is updated + # vimtex # latex stuff + # fzf-vim # fuzzy finder through vim + # fzf-lua # fuzzy finder through lua (needed for fzf-vim) nerdtree # file structure inside nvim rainbow # color parenthesis # gruvbox-nvim # theme