neovim time
This commit is contained in:
parent
614a00922c
commit
ab52cd33dc
|
@ -86,11 +86,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709510700,
|
"lastModified": 1709529755,
|
||||||
"narHash": "sha256-poLXsTCfU2srsxR7E97/l0s2jX0ZE4B9kQRKgN1te9I=",
|
"narHash": "sha256-s6pVdcPanXhVs04jVN2sQ0TIh7/fDfaFEBv2i+ok2Z0=",
|
||||||
"owner": "rhelmot",
|
"owner": "rhelmot",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "de40a2dd2a76e912b8f226878f5c312b82ca1aac",
|
"rev": "c2497769d45a3c0a5e1c37772404ee4564f54c63",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -20,13 +20,16 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gitMinimal
|
gitMinimal
|
||||||
htop
|
htop
|
||||||
|
hyfetch
|
||||||
|
neovim
|
||||||
nix-top
|
nix-top
|
||||||
tmux
|
tmux
|
||||||
unzip
|
unzip
|
||||||
vim
|
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue