Moved to legacyPackages section

This commit is contained in:
Zonsopkomst 2024-03-19 16:57:13 -05:00
parent c459f2064d
commit 7c4cd7c424
1 changed files with 5 additions and 2 deletions

View File

@ -18,8 +18,6 @@
freetube # YouTube Front-End
gajim # XMPP Client
gnucash # Double Entry Accounting Software
#gnucash.legacyPackages.${pkgs.system}.gnucash
#gnucashpkgs.legacyPackages.x86_64-linux.gnucash
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom
@ -60,6 +58,11 @@
zathura # PDF Viewer
];
legacyPackages = [
# gnucash.legacyPackages.${pkgs.system}.gnucash
gnucashpkgs.legacyPackages.x86_64-linux.gnucash
];
imports = [
../../config/config.nix
../../common/emacs.nix