Install element and signal

This commit is contained in:
Valentin Brandl 2022-02-18 14:22:54 +01:00
parent 8cf59cda0b
commit 8afcad1f58
3 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,7 @@ user:
./bat.nix ./bat.nix
./direnv.nix ./direnv.nix
./dunst.nix ./dunst.nix
./element.nix
./feh.nix ./feh.nix
./firefox.nix ./firefox.nix
./flameshot.nix ./flameshot.nix
@ -25,6 +26,7 @@ user:
./redshift.nix ./redshift.nix
./rofi.nix ./rofi.nix
./rust.nix ./rust.nix
./signal.nix
./tmux.nix ./tmux.nix
./xdg.nix ./xdg.nix
./zathura.nix ./zathura.nix

5
home/element.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
element-desktop
];
}

5
home/signal.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
element-desktop
];
}