Planify + Element

This commit is contained in:
2024-03-05 18:56:00 +01:00
parent 22ff983471
commit ccf04eae11
3 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

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

View File

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