jrnl: add basic cli

This commit is contained in:
Schrottkatze 2024-04-16 22:06:12 +02:00
parent 52a6173f0b
commit dd12eb12ae
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 901 additions and 2 deletions

View file

@ -35,6 +35,7 @@
environment.variables = {
VDPAU_DRIVER = lib.mkIf config.hardware.opengl.enable (lib.mkDefault "va_gl");
S10E_JRNL_FILE_LOC = "/home/jade/Docs/jrnl.md";
};
hardware.opengl = {