9 lines
96 B
Nix
9 lines
96 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Minimal — no GUI packages
|
|
home.packages = with pkgs; [
|
|
neovim
|
|
];
|
|
}
|