This commit is contained in:
2024-08-24 12:17:29 -07:00
parent 4dfa85d7f5
commit 90202ea147
2 changed files with 43 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
with import <nixpkgs> {};
let
nextcloudTalkDesktop = pkgs.callPackage ./modules/applications/nextcloud-talk-desktop/package.nix {};
dodo = pkgs.callPackage ./modules/applications/networking/mailreaders/dodo/default.nix {};
in
{
# Home Manager needs a bit of information about you and the paths it should
@@ -61,6 +62,7 @@ in
pkgs.wofi
pkgs.vlc
dodo
nextcloudTalkDesktop
];