Add trilium
This commit is contained in:
parent
dcb50b0970
commit
ea30ca33ea
6 changed files with 38 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
./thunderbird.nix
|
||||
./tmux.nix
|
||||
./tor-browser.nix
|
||||
./trilium.nix
|
||||
./vdirsyncer.nix
|
||||
./vesc-tool.nix
|
||||
];
|
||||
|
|
|
|||
6
users/jalr/modules/trilium.nix
Normal file
6
users/jalr/modules/trilium.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ nixosConfig, lib, pkgs, ... }:
|
||||
lib.mkIf nixosConfig.jalr.gui.enable {
|
||||
home.packages = with pkgs.master; [
|
||||
trilium-next-desktop
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue