Files
dotfiles/home/profiles/server.nix
T

9 lines
96 B
Nix

{ pkgs, ... }:
{
# Minimal — no GUI packages
home.packages = with pkgs; [
neovim
];
}