neovim time

This commit is contained in:
Artemis Tosini 2024-03-04 05:23:50 +00:00
parent 614a00922c
commit ab52cd33dc
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 7 additions and 4 deletions

View file

@ -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": {

View file

@ -20,13 +20,16 @@
];
};
environment.variables.EDITOR = "nvim";
environment.systemPackages = with pkgs; [
gitMinimal
htop
hyfetch
neovim
nix-top
tmux
unzip
vim
zip
];
}