10 lines
105 B
Nix
10 lines
105 B
Nix
{ config, pkgs, system, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
];
|
|
home.stateVersion = "25.05";
|
|
|
|
}
|
|
|