Initial setup
This commit is contained in:
commit
ac3f55966b
9 changed files with 285 additions and 0 deletions
8
packages.nix
Normal file
8
packages.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
vimPlugins.LazyVim
|
||||
git
|
||||
wget
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue