nixos-config/modules/home/programs/misc/general/default.nix
Jimbo e35d5c36e6 Nix Registry, Telegram
Remove Telegram Desktop and add the Unstable Nix registry
2025-02-18 20:44:04 -05:00

8 lines
139 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
bc
libreoffice
vesktop
];
}