mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-11 07:08:56 -05:00
6 lines
73 B
Nix
6 lines
73 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
spotify
|
|
vlc
|
|
];
|
|
}
|