mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
modularize colorscheming and more
This commit is contained in:
13
configs/hledger.nix
Normal file
13
configs/hledger.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
imports = [ <modules/hledger.nix> ];
|
||||
|
||||
niveum.hledger = {
|
||||
enable = true;
|
||||
server = {
|
||||
enable = true;
|
||||
user = config.users.users.me;
|
||||
capabilities = [ "view" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user