5 lines
No EOL
73 B
Nix
5 lines
No EOL
73 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [skypeforlinux];
|
|
} |