nix shell for xmonad
This commit is contained in:
parent
1a58f40456
commit
351fbc4a76
1 changed files with 9 additions and 0 deletions
|
@ -7,4 +7,13 @@
|
||||||
NIX_CONFIG = "experimental-features = nix-command flakes";
|
NIX_CONFIG = "experimental-features = nix-command flakes";
|
||||||
nativeBuildInputs = with pkgs; [ nix home-manager git ];
|
nativeBuildInputs = with pkgs; [ nix home-manager git ];
|
||||||
};
|
};
|
||||||
|
xmonad = pkgs.mkShell {
|
||||||
|
nativeBuildInputs = with pkgs; [
|
||||||
|
haskell-language-server
|
||||||
|
ghc
|
||||||
|
];
|
||||||
|
buildInputs = with pkgs; [
|
||||||
|
haskellPackages.xmonad
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue