Latest gnucash attempt

This commit is contained in:
Zonsopkomst 2024-03-20 16:40:10 -05:00
parent 955fa628b7
commit 2fb94e4013
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
# Home Manager needs a bit of information about you and the
@ -6,9 +6,9 @@
home.username = "zonsopkomst";
home.homeDirectory = "/home/zonsopkomst";
#home.packages = [
# gnucashpkgs.legacyPackages.x86_64-linux.gnucash
#];
home.packages = [
inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash
];
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage

View File

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }:
{ config, pkgs, ... }:
{
home-manager.users.zonsopkomst = { pkgs, ... }: {
@ -23,7 +23,7 @@
gajim # XMPP Client
#gnucash # Double Entry Accounting Software
#gnucash.legacyPackages.${pkgs.system}.gnucash
inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash
#inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom