Planify + Element
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
imports = [
|
||||
./alacritty
|
||||
./anki.nix
|
||||
./element.nix
|
||||
./git.nix
|
||||
./neovim
|
||||
./obs
|
||||
./planify.nix
|
||||
./rofi
|
||||
./signal.nix
|
||||
./telegram.nix
|
||||
|
||||
5
home/programs/element.nix
Normal file
5
home/programs/element.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ element-desktop ];
|
||||
}
|
||||
5
home/programs/planify.nix
Normal file
5
home/programs/planify.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ planify ];
|
||||
}
|
||||
Reference in New Issue
Block a user