Files
nix-config-v2/home/packages/server.nix

5 lines
59 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
];
}