diff --git a/flake.lock b/flake.lock index 313cda4..6c4df7b 100755 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1771744638, - "narHash": "sha256-EDLi+YAsEEAmMeZe1v6GccuGRbCkpSZp/+A6g+pivR8=", + "lastModified": 1775077333, + "narHash": "sha256-OXcxobt7lBkh1B8AjwreU+24myhtKpqeLfAeIyNLFY8=", "owner": "nix-community", "repo": "home-manager", - "rev": "cb6c151f5c9db4df0b69d06894dc8484de1f16a0", + "rev": "49ca96b2714c5931e17401eff87f3edd42d2b0f2", "type": "github" }, "original": { @@ -57,11 +57,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1772736753, - "narHash": "sha256-au/m3+EuBLoSzWUCb64a/MZq6QUtOV8oC0D9tY2scPQ=", + "lastModified": 1775064974, + "narHash": "sha256-fp7+8MzxHrIixIIVvyORI2XpqpQnxf8NodmEHy8rczg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "917fec990948658ef1ccd07cef2a1ef060786846", + "rev": "6ebfbc38bdc6b22822a6f991f2d922306f33cfbc", "type": "github" }, "original": { @@ -73,11 +73,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1771903837, - "narHash": "sha256-sdaqdnsQCv3iifzxwB22tUwN/fSHoN7j2myFW5EIkGk=", + "lastModified": 1775002709, + "narHash": "sha256-d3Yx83vSrN+2z/loBh4mJpyRqr9aAJqlke4TkpFmRJA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e764fc9a405871f1f6ca3d1394fb422e0a0c3951", + "rev": "bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e", "type": "github" }, "original": { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 68f6fa5..e43f2b3 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -204,7 +204,7 @@ grim # Grab images from a Wayland compositor Used for quickshell screenshot tool xdg-utils mailcap - + pkgs-unstable.vimPluginsUpdater # used for building plugins hyprcursor vial # Open-source GUI and QMK fork for configuring your keyboard in real time mplayer # Movie player that supports many video formats @@ -222,12 +222,14 @@ networkx scipy ])) + iamb # matrix client direnv vivify # for nvimnotes # utils for dev pkg-config gdb raylib glfw # raylib and some dependecies + rembg # background remover #some nix tools manix deadnix diff --git a/modules/home-manager/kitty.nix b/modules/home-manager/kitty.nix index b17e216..f486c9b 100644 --- a/modules/home-manager/kitty.nix +++ b/modules/home-manager/kitty.nix @@ -31,8 +31,11 @@ color8 #578F73 # red - color1 #FFF0CC - color9 #F0DBAA + #color1 #FFF0CC + #color9 #F0DBAA + # we need actual red colors + color1 #CC241D + color9 #9D0006 # green color2 #FFEECC diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 4526c44..75e08fc 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -1,13 +1,16 @@ { config, pkgs, + pkgs-unstable, ... }: { programs.neovim = { enable = true; vimAlias = true; viAlias = true; + package = pkgs-unstable.neovim-unwrapped; # for some reason you must use the unwrapped version plugins = [ + pkgs-unstable.vimPlugins.vivify-vim pkgs.vimPlugins.vimtex pkgs.vimPlugins.zoxide-vim pkgs.vimPlugins.gruvbox