remove old haskell stuff

This commit is contained in:
zoe 2022-11-26 20:50:20 +01:00
parent c30d140b83
commit e6e6c123e5
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@ let
in
{
home-manager.users.zoe = { pkgs, ... }: {
home.packages = with pkgs; [
haskellPackages.haskell-language-server
haskellPackages.hoogle
cabal-install
stack
];
programs.kitty = kittyCustom pkgs;
programs.neovim = nvimCustom pkgs;
programs.fish = fishCustom pkgs;