add communication

This commit is contained in:
Aditya 2024-04-12 11:38:38 +05:30
parent 643699d37e
commit a006fd0889
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
3 changed files with 7 additions and 2 deletions

View file

@ -52,8 +52,6 @@
rustc
cargo
mpv
dino
tdesktop
];
nixpkgs.config.permittedInsecurePackages = [

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
dino
tdesktop
];
}

View file

@ -3,6 +3,7 @@
./bash
./bat
./browsers
./communication
./fonts
./gnome-utils
./kde-utils