Install discord and telegram
This commit is contained in:
parent
8afcad1f58
commit
a6848287b9
@ -3,6 +3,7 @@ user:
|
||||
imports = [
|
||||
./bat.nix
|
||||
./direnv.nix
|
||||
./discord.nix
|
||||
./dunst.nix
|
||||
./element.nix
|
||||
./feh.nix
|
||||
@ -27,6 +28,7 @@ user:
|
||||
./rofi.nix
|
||||
./rust.nix
|
||||
./signal.nix
|
||||
./telegram.nix
|
||||
./tmux.nix
|
||||
./xdg.nix
|
||||
./zathura.nix
|
||||
|
5
home/discord.nix
Normal file
5
home/discord.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
}
|
5
home/telegram.nix
Normal file
5
home/telegram.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
tdesktop
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user