neovim time
This commit is contained in:
parent
614a00922c
commit
ab52cd33dc
|
@ -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": {
|
||||
|
|
|
@ -20,13 +20,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gitMinimal
|
||||
htop
|
||||
hyfetch
|
||||
neovim
|
||||
nix-top
|
||||
tmux
|
||||
unzip
|
||||
vim
|
||||
zip
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue