2 lines
70 B
Nix
2 lines
70 B
Nix
{ config, pkgs, ... }: { home.packages = with pkgs; [ strawberry ]; }
|
{ config, pkgs, ... }: { home.packages = with pkgs; [ strawberry ]; }
|