better clustering

This commit is contained in:
Primrose 2025-06-23 17:23:04 +02:00
parent f2cdc96007
commit 6dba1aaca8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 128 additions and 38 deletions

View file

@ -11,25 +11,8 @@
pkgs.mkShell {
name = "dotfiles";
packages = with pkgs; [
#
# Just scripts
#
just
jq
#
# XMonad
#
(haskellPackages.ghcWithPackages (self: [
self.xmonad-contrib
self.xmonad-extras
]))
haskell-language-server
cabal-install
#
# Installer testing
#
disko
python3
pyright
graphviz
];
}