split neovim config
This commit is contained in:
parent
8fb6118bcd
commit
5df8317a4a
19 changed files with 239 additions and 195 deletions
10
modules/programs/dev.nix
Normal file
10
modules/programs/dev.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
fluxcd
|
||||
k9s
|
||||
kubectl
|
||||
python3
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue