Install element and signal
This commit is contained in:
parent
8cf59cda0b
commit
8afcad1f58
@ -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
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