Basic desktop application configuration

This commit is contained in:
Nathan McCarty 2025-01-09 12:41:28 -05:00
parent faef61c066
commit 8df25e2fc8
2 changed files with 9 additions and 1 deletions

View file

@ -2,11 +2,18 @@
config,
lib,
pkgs,
inputs',
...
}:
{
home.packages = with pkgs; [
webcord-vencord
spotify
protonmail-desktop
inputs'.nixpkgs-unstable.legacyPackages.ente-web
protonvpn-gui
calibre
];
services.syncthing = {
@ -15,4 +22,5 @@
enable = true;
};
};
}