Planify + Element
This commit is contained in:
@@ -2,9 +2,11 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./anki.nix
|
./anki.nix
|
||||||
|
./element.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./neovim
|
./neovim
|
||||||
./obs
|
./obs
|
||||||
|
./planify.nix
|
||||||
./rofi
|
./rofi
|
||||||
./signal.nix
|
./signal.nix
|
||||||
./telegram.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