boreal: install beancount and fava

This commit is contained in:
Antoine Martin 2021-04-23 11:12:18 +02:00
parent f63997f75f
commit 2dd209ed9f

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
home-manager.users.alarsyo = {
# Keyboard settings & i3 settings
@ -11,5 +11,10 @@
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
home.packages = with pkgs; [
beancount
fava
];
};
}