From a006fd0889299769747b1d3a78bbbd166de9c3fb Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 12 Apr 2024 11:38:38 +0530 Subject: [PATCH] add communication --- hosts/default/home.nix | 2 -- modules/home-manager/communication/default.nix | 6 ++++++ modules/home-manager/default.nix | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 modules/home-manager/communication/default.nix diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 52e1de5..05f6edd 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -52,8 +52,6 @@ rustc cargo mpv - dino - tdesktop ]; nixpkgs.config.permittedInsecurePackages = [ diff --git a/modules/home-manager/communication/default.nix b/modules/home-manager/communication/default.nix new file mode 100644 index 0000000..439cd65 --- /dev/null +++ b/modules/home-manager/communication/default.nix @@ -0,0 +1,6 @@ +{pkgs, ...}: { + home.packages = with pkgs; [ + dino + tdesktop + ]; +} diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 6ed5a78..6cf9797 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -3,6 +3,7 @@ ./bash ./bat ./browsers + ./communication ./fonts ./gnome-utils ./kde-utils