Separated langs and game apps into other files
This commit is contained in:
9
user/lang/haskell/haskell.nix
Normal file
9
user/lang/haskell/haskell.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Haskell
|
||||
haskellPackages.haskell-language-server
|
||||
haskellPackages.stack
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user