mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
better clustering
This commit is contained in:
parent
f2cdc96007
commit
6dba1aaca8
3 changed files with 128 additions and 38 deletions
23
shell.nix
23
shell.nix
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue