Modules/Packages: Remove disktui from nix-darwin
This commit is contained in:
@ -43,7 +43,7 @@ in {
|
|||||||
# nil
|
# nil
|
||||||
# perl5Packages.PLS
|
# perl5Packages.PLS
|
||||||
pyrefly
|
pyrefly
|
||||||
rPackages.languageserver
|
# rPackages.languageserver
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
svelte-language-server
|
svelte-language-server
|
||||||
tailwindcss-language-server
|
tailwindcss-language-server
|
||||||
@ -59,9 +59,9 @@ in {
|
|||||||
clippy # rust
|
clippy # rust
|
||||||
clj-kondo # clojure
|
clj-kondo # clojure
|
||||||
eslint_d # javascript
|
eslint_d # javascript
|
||||||
python313Packages.ruff
|
# python313Packages.ruff
|
||||||
python313Packages.flake8
|
# python313Packages.flake8
|
||||||
python313Packages.pylint
|
# python313Packages.pylint
|
||||||
lua54Packages.luacheck
|
lua54Packages.luacheck
|
||||||
vale # text
|
vale # text
|
||||||
# statix # nix (doesn't recognize pipe operator)
|
# statix # nix (doesn't recognize pipe operator)
|
||||||
@ -77,7 +77,7 @@ in {
|
|||||||
# nodePackages_latest.prettier # Use local install as plugins change per project
|
# nodePackages_latest.prettier # Use local install as plugins change per project
|
||||||
# perl5Packages.PerlTidy
|
# perl5Packages.PerlTidy
|
||||||
# prettierd # Use prettier instead because of plugins
|
# prettierd # Use prettier instead because of plugins
|
||||||
python313Packages.black
|
# python313Packages.black
|
||||||
rustfmt
|
rustfmt
|
||||||
stylua
|
stylua
|
||||||
tombi
|
tombi
|
||||||
@ -92,7 +92,7 @@ in {
|
|||||||
# nodejs_latest
|
# nodejs_latest
|
||||||
|
|
||||||
# TODO: Create a perl module where I can add packages to, so I don't end up with multiple perl installations
|
# TODO: Create a perl module where I can add packages to, so I don't end up with multiple perl installations
|
||||||
# TODO: The same is required for python
|
# TODO: The same is required for python and R (below)
|
||||||
(perl.withPackages (p:
|
(perl.withPackages (p:
|
||||||
with p; [
|
with p; [
|
||||||
PLS
|
PLS
|
||||||
@ -104,6 +104,33 @@ in {
|
|||||||
CursesUI
|
CursesUI
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
(python314.withPackages (p:
|
||||||
|
with p; [
|
||||||
|
# Linters
|
||||||
|
ruff
|
||||||
|
flake8
|
||||||
|
pylint
|
||||||
|
|
||||||
|
# Formatters
|
||||||
|
black
|
||||||
|
|
||||||
|
numpy
|
||||||
|
matplotlib
|
||||||
|
requests
|
||||||
|
]))
|
||||||
|
|
||||||
|
(rWrapper.override {
|
||||||
|
packages = with rPackages; [
|
||||||
|
languageserver
|
||||||
|
ggplot2
|
||||||
|
plotly
|
||||||
|
shiny
|
||||||
|
readr
|
||||||
|
tibble
|
||||||
|
svglite
|
||||||
|
];
|
||||||
|
})
|
||||||
|
|
||||||
nixd
|
nixd
|
||||||
alejandra # nix
|
alejandra # nix
|
||||||
]
|
]
|
||||||
|
|||||||
@ -39,7 +39,6 @@ in {
|
|||||||
tokei # Text file statistics in a project
|
tokei # Text file statistics in a project
|
||||||
ttyper
|
ttyper
|
||||||
wiki-tui
|
wiki-tui
|
||||||
disktui
|
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
nix-search-tv # Search nixpkgs, nur, nixos options and homemanager options
|
nix-search-tv # Search nixpkgs, nur, nixos options and homemanager options
|
||||||
@ -86,7 +85,7 @@ in {
|
|||||||
pastel # Color tools
|
pastel # Color tools
|
||||||
nvd # Nix rebuild diff
|
nvd # Nix rebuild diff
|
||||||
nurl # Generate nix fetcher sections based on URLs
|
nurl # Generate nix fetcher sections based on URLs
|
||||||
python313 # Nicer scripting than bash
|
# python313 # Nicer scripting than bash
|
||||||
lazyjournal # Journalctl viewer
|
lazyjournal # Journalctl viewer
|
||||||
systemctl-tui
|
systemctl-tui
|
||||||
restic # Backups
|
restic # Backups
|
||||||
@ -96,6 +95,7 @@ in {
|
|||||||
jujutsu # git-like vcs
|
jujutsu # git-like vcs
|
||||||
lurk # strace analysis
|
lurk # strace analysis
|
||||||
radare2
|
radare2
|
||||||
|
disktui
|
||||||
|
|
||||||
# Hardware/Software info
|
# Hardware/Software info
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
|
|||||||
Reference in New Issue
Block a user