mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +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
|
rustc
|
||||||
cargo
|
cargo
|
||||||
mpv
|
mpv
|
||||||
dino
|
|
||||||
tdesktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
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
|
./bash
|
||||||
./bat
|
./bat
|
||||||
./browsers
|
./browsers
|
||||||
|
./communication
|
||||||
./fonts
|
./fonts
|
||||||
./gnome-utils
|
./gnome-utils
|
||||||
./kde-utils
|
./kde-utils
|
||||||
|
|
Loading…
Reference in a new issue