mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: removed system-level tooling
This commit is contained in:
parent
4aa838250b
commit
2e696cd4a4
5 changed files with 0 additions and 69 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
let
|
|
||||||
importList =
|
|
||||||
let
|
|
||||||
content = builtins.readDir ./.;
|
|
||||||
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
|
||||||
in
|
|
||||||
map (name: ./. + "/${name}") dirContent;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
imports = importList;
|
|
||||||
}
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs.elmPackages)
|
|
||||||
elm
|
|
||||||
elm-format
|
|
||||||
elm-land
|
|
||||||
elm-language-server
|
|
||||||
elm-review
|
|
||||||
elm-test
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs.haskellPackages)
|
|
||||||
cabal-install
|
|
||||||
haskell-language-server
|
|
||||||
fourmolu
|
|
||||||
cabal-fmt
|
|
||||||
hlint
|
|
||||||
cabal-gild
|
|
||||||
ghc
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs.nodePackages)
|
|
||||||
nodejs
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs)
|
|
||||||
# python314
|
|
||||||
;
|
|
||||||
inherit (pkgs.python313Packages)
|
|
||||||
# venvShellHook
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue