File cleanup

This commit is contained in:
Zonsopkomst 2024-03-20 20:52:16 -05:00
parent e2893056cc
commit 7df83b3565
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
home-manager.users.zonsopkomst = { pkgs, ... }: {
# 03/12/2024 Gnucash Attempt:
#extraSpecialArgs = {inherit gnucashpkgs;};
home-manager.extraSpecialArgs = {inherit inputs;};
home.packages = (with pkgs; [
armcord # Discord Client
@ -65,7 +65,7 @@
]) ++
(inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash);
( with inputs; [gnucashpkgs.legacyPackages.x86_64-linux.gnucash]);
imports = [