puter/user/abacus/lukas/default.nix

9 lines
108 B
Nix
Raw Normal View History

2023-09-17 11:31:20 +00:00
{pkgs, ...}: {
home = {
packages = with pkgs; [
gitea
];
stateVersion = "23.11";
};
}