System/home-manager/modules/programs/desktop.nix

27 lines
318 B
Nix
Raw Normal View History

2025-01-09 17:03:03 +00:00
{
config,
lib,
pkgs,
inputs',
2025-01-09 17:03:03 +00:00
...
}:
{
home.packages = with pkgs; [
webcord-vencord
spotify
protonmail-desktop
inputs'.nixpkgs-unstable.legacyPackages.ente-web
protonvpn-gui
calibre
2025-01-09 17:03:03 +00:00
];
services.syncthing = {
enable = true;
tray = {
enable = true;
};
};
2025-01-09 17:03:03 +00:00
}