shell: fix incorrect schema

This commit is contained in:
Primrose 2025-07-01 20:32:25 +02:00
parent c5bc3ed7d3
commit 0421536d27
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -18,9 +18,10 @@
};
withXMonad = pkgs.mkShell {
inputsFrom = with pkgs; [
inputsFrom = [
default
];
packages = with pkgs; [
(haskellPackages.ghcWithPackages (self: [
self.xmonad-contrib
self.xmonad-extras