9 lines
100 B
Nix
9 lines
100 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
vesktop
|
|
fractal
|
|
telegram-desktop
|
|
];
|
|
}
|