Install element and signal
This commit is contained in:
parent
8cf59cda0b
commit
8afcad1f58
@ -4,6 +4,7 @@ user:
|
||||
./bat.nix
|
||||
./direnv.nix
|
||||
./dunst.nix
|
||||
./element.nix
|
||||
./feh.nix
|
||||
./firefox.nix
|
||||
./flameshot.nix
|
||||
@ -25,6 +26,7 @@ user:
|
||||
./redshift.nix
|
||||
./rofi.nix
|
||||
./rust.nix
|
||||
./signal.nix
|
||||
./tmux.nix
|
||||
./xdg.nix
|
||||
./zathura.nix
|
||||
|
5
home/element.nix
Normal file
5
home/element.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
}
|
5
home/signal.nix
Normal file
5
home/signal.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user