9 lines
93 B
Nix
9 lines
93 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
];
|
|
home.stateVersion = "24.05";
|
|
}
|
|
|