diff --git a/hosts/local/weda/home.nix b/hosts/local/weda/home.nix index 9da2158..45f5f49 100644 --- a/hosts/local/weda/home.nix +++ b/hosts/local/weda/home.nix @@ -6,6 +6,10 @@ home.username = "zonsopkomst"; home.homeDirectory = "/home/zonsopkomst"; + 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 # when a new Home Manager release introduces backwards diff --git a/users/zonsopkomst/home-manager.nix b/users/zonsopkomst/home-manager.nix index 7c3e638..5eb08eb 100644 --- a/users/zonsopkomst/home-manager.nix +++ b/users/zonsopkomst/home-manager.nix @@ -21,10 +21,9 @@ ferdium # Communication & Services Manager 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 - inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash gpodder # Podcast Manager gretl # Econometric Analysis gzdoom # Doom Clone based on ZDoom