restructured directories + modularized btrfs mount
This commit is contained in:
8
bundles/dev/haskell.nix
Normal file
8
bundles/dev/haskell.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.jawz.packages = with pkgs; ([
|
||||
ghc # compiler
|
||||
haskell-language-server # lsp
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user