From ab52cd33dcf5c42822c2c2e54aa462f93f41b97e Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Mon, 4 Mar 2024 05:23:50 +0000 Subject: [PATCH] neovim time --- flake.lock | 6 +++--- system/pearbutter/default.nix | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 159b1c1..98e3aed 100644 --- a/flake.lock +++ b/flake.lock @@ -86,11 +86,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709510700, - "narHash": "sha256-poLXsTCfU2srsxR7E97/l0s2jX0ZE4B9kQRKgN1te9I=", + "lastModified": 1709529755, + "narHash": "sha256-s6pVdcPanXhVs04jVN2sQ0TIh7/fDfaFEBv2i+ok2Z0=", "owner": "rhelmot", "repo": "nixpkgs", - "rev": "de40a2dd2a76e912b8f226878f5c312b82ca1aac", + "rev": "c2497769d45a3c0a5e1c37772404ee4564f54c63", "type": "github" }, "original": { diff --git a/system/pearbutter/default.nix b/system/pearbutter/default.nix index a55be76..ca49d87 100644 --- a/system/pearbutter/default.nix +++ b/system/pearbutter/default.nix @@ -20,13 +20,16 @@ ]; }; + environment.variables.EDITOR = "nvim"; + environment.systemPackages = with pkgs; [ gitMinimal htop + hyfetch + neovim nix-top tmux unzip - vim zip ]; }