Gnucash attempt 5

This commit is contained in:
Zonsopkomst 2024-03-20 06:50:33 -05:00
parent ab54706e1f
commit 1ce01a2223
2 changed files with 5 additions and 6 deletions

View File

@ -228,10 +228,6 @@
weda = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
# 03/12/2024 Gnucash Attempt:
#extraSpecialArgs = {inherit inputs;};
modules = [
# Common Resources

View File

@ -2,6 +2,9 @@
{
home-manager.users.zonsopkomst = { pkgs, ... }: {
# 03/12/2024 Gnucash Attempt:
extraSpecialArgs = {inherit inputs;};
home.packages = with pkgs; [
armcord # Discord Client
#betterbird # Betterbird Email Client
@ -17,9 +20,9 @@
easytag # Music Tag Editor
freetube # YouTube Front-End
gajim # XMPP Client
gnucash # Double Entry Accounting Software
#gnucash # Double Entry Accounting Software
#gnucash.legacyPackages.${pkgs.system}.gnucash
#gnucashpkgs.legacyPackages.x86_64-linux.gnucash
gnucashpkgs.legacyPackages.x86_64-linux.gnucash
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom