Install discord and telegram
This commit is contained in:
parent
8afcad1f58
commit
a6848287b9
@ -3,6 +3,7 @@ user:
|
|||||||
imports = [
|
imports = [
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
|
./discord.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./element.nix
|
./element.nix
|
||||||
./feh.nix
|
./feh.nix
|
||||||
@ -27,6 +28,7 @@ user:
|
|||||||
./rofi.nix
|
./rofi.nix
|
||||||
./rust.nix
|
./rust.nix
|
||||||
./signal.nix
|
./signal.nix
|
||||||
|
./telegram.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./xdg.nix
|
./xdg.nix
|
||||||
./zathura.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