1
Fork 0

More shells, and beautiful wlogout theming

This commit is contained in:
Matei Adriel 2023-08-14 14:49:55 +03:00
parent 7b4a8b2fa4
commit 16752e40d5
No known key found for this signature in database
28 changed files with 434 additions and 119 deletions
devshells

6
devshells/haskell.nix Normal file
View file

@ -0,0 +1,6 @@
# shell containing the tools i most commonly use for haskell work!
{ pkgs, ... }:
pkgs.mkShell {
nativebuildinputs = with pkgs; [ ghc hpack stack cabal-install ];
}