12 lines
121 B
Nix
12 lines
121 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
spotify
|
|
cider-2
|
|
haruna
|
|
vlc
|
|
carla
|
|
qpwgraph
|
|
];
|
|
}
|