2 lines
73 B
Nix
2 lines
73 B
Nix
|
{ config, pkgs, ... }: { home.packages = with pkgs; [ nicotine-plus ]; }
|