mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-09 04:01:15 +00:00
10 lines
103 B
Nix
10 lines
103 B
Nix
{ pkgs, ... }:
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
telegram-desktop
|
|
discord
|
|
];
|
|
|
|
}
|