diff --git a/configurations/nixos/pureintent/configuration.nix b/configurations/nixos/pureintent/configuration.nix index d980245..acf0c97 100644 --- a/configurations/nixos/pureintent/configuration.nix +++ b/configurations/nixos/pureintent/configuration.nix @@ -69,7 +69,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - neovim git btop ]; diff --git a/flake.lock b/flake.lock index f90cb85..4193b76 100644 --- a/flake.lock +++ b/flake.lock @@ -821,11 +821,11 @@ }, "kolu": { "locked": { - "lastModified": 1774651180, - "narHash": "sha256-YmAU9cLTccojhqkGFZdm0L/dbZkPw7sPJxo6uirlsto=", + "lastModified": 1774920593, + "narHash": "sha256-FNOlNWFRD5JhdLao5fhoO/aBbmesdaUfRdT0//r8e9U=", "owner": "juspay", "repo": "kolu", - "rev": "575b3c18672e6a31784046d5e1c777242ab5f886", + "rev": "2c1b4f9e99ed7e58918c1895612828f1605a7314", "type": "github" }, "original": { @@ -1219,11 +1219,11 @@ "systems": "systems_3" }, "locked": { - "lastModified": 1772402258, - "narHash": "sha256-3DmCFOdmbkFML1/G9gj8Wb+rCCZFPOQtNoMCpqOF8SA=", + "lastModified": 1774802402, + "narHash": "sha256-L1UJ/zxKTyyaGGmytH6OYlgQ0HGSMhvPkvU+iz4Mkb8=", "owner": "nix-community", "repo": "nixvim", - "rev": "21ae25e13b01d3b4cdc750b5f9e7bad68b150c10", + "rev": "cbd8536a05d1aae2593cb5c9ace1010c8c5845cb", "type": "github" }, "original": { diff --git a/modules/home/editors/neovim/default.nix b/modules/home/editors/neovim/default.nix index cb8f81e..a8fe9dc 100644 --- a/modules/home/editors/neovim/default.nix +++ b/modules/home/editors/neovim/default.nix @@ -17,17 +17,7 @@ in ]; # Theme - # colorschemes.rose-pine.enable = true; - colorschemes.catppuccin = { - enable = true; - settings = { - flavour = "mocha"; # dark variant - term_colors = true; - integrations = { - treesitter = true; - }; - }; - }; + colorschemes.rose-pine.enable = true; # Settings opts = {