NixOS/modules/template.nix

6 lines
81 B
Nix

{ config, lib, pkgs, ... }:
{
users.users.jawz.packages = with pkgs; ([ ]);
}