diff --git a/flake.nix b/flake.nix index e68d437..99c2551 100644 --- a/flake.nix +++ b/flake.nix @@ -230,7 +230,7 @@ system = "x86_64-linux"; # 03/12/2024 Gnucash Attempt: - #extraSpecialArgs = {inherit inputs;}; + extraSpecialArgs = {inherit inputs;}; modules = [ diff --git a/users/zonsopkomst/home-manager.nix b/users/zonsopkomst/home-manager.nix index c4f632b..dd491e2 100644 --- a/users/zonsopkomst/home-manager.nix +++ b/users/zonsopkomst/home-manager.nix @@ -60,6 +60,8 @@ zathura # PDF Viewer ]; + {legacyPackages = [gnucashpkgs.x86_64-linux.gnucash]}; + imports = [ ../../config/config.nix ../../common/emacs.nix