mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add communication
This commit is contained in:
parent
643699d37e
commit
a006fd0889
3 changed files with 7 additions and 2 deletions
|
@ -52,8 +52,6 @@
|
|||
rustc
|
||||
cargo
|
||||
mpv
|
||||
dino
|
||||
tdesktop
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
6
modules/home-manager/communication/default.nix
Normal file
6
modules/home-manager/communication/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
dino
|
||||
tdesktop
|
||||
];
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
./bash
|
||||
./bat
|
||||
./browsers
|
||||
./communication
|
||||
./fonts
|
||||
./gnome-utils
|
||||
./kde-utils
|
||||
|
|
Loading…
Reference in a new issue