Files
2025-07-25 10:24:08 +02:00

10 lines
105 B
Nix

{ config, pkgs, system, ... }:
{
home.packages = with pkgs; [
];
home.stateVersion = "25.05";
}