diff options
author | Ben Sima <ben@bsima.me> | 2022-11-15 09:54:24 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-15 09:54:37 -0500 |
commit | 92521e0c88bf49eb5e1bd6c59c2d9eea32bac1be (patch) | |
tree | f9145197b3f1a18bfb222e544e9059f92995c341 /lib/linux.nix | |
parent | 032b1f0a62f2869c941cf4d5bfa5bb3fe068785a (diff) |
moved ledger stuff to ~/fund
Change-Id: If0996e11fa8b6a17fb42f9ce264f14187b22122c
Diffstat (limited to 'lib/linux.nix')
-rw-r--r-- | lib/linux.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index fd0f887..7da8c2f 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -98,9 +98,6 @@ in youtube-dl yubioath-desktop zathura - - # languages i regularly use - (haskellPackages.ghcWithPackages (a: with a; [hledger rainbow])) # for hledger scripting ]; }; fonts.fontconfig.enable = true; |