Add mise
Testing out a new dev tooling front end
This commit is contained in:
parent
22b39dadaa
commit
e16e0c12c3
1 changed files with 2 additions and 1 deletions
|
|
@ -246,6 +246,7 @@ in
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# conda # alternate python environment management
|
# conda # alternate python environment management
|
||||||
|
# direnv # autoload .envrc files - attempting to replace w/mise
|
||||||
# kdePackages.kwallet # added in order to use Signal, since it tied itself to my first desktop
|
# kdePackages.kwallet # added in order to use Signal, since it tied itself to my first desktop
|
||||||
# rpi-imager # rasbperry pi os burner util (1.9.6 failed build)
|
# rpi-imager # rasbperry pi os burner util (1.9.6 failed build)
|
||||||
amdgpu_top # top-like monitor for AMD GPUs
|
amdgpu_top # top-like monitor for AMD GPUs
|
||||||
|
|
@ -260,7 +261,6 @@ in
|
||||||
cruft # python-based template processor
|
cruft # python-based template processor
|
||||||
curl # url fetcher
|
curl # url fetcher
|
||||||
diffr # another diff hilighting tool
|
diffr # another diff hilighting tool
|
||||||
direnv # autoload .envrc files
|
|
||||||
distrobox # instant alternate OS availability
|
distrobox # instant alternate OS availability
|
||||||
dmidecode # system settings provider (e.g. bios)
|
dmidecode # system settings provider (e.g. bios)
|
||||||
dnsmasq # temporarily allowed for connection sharing
|
dnsmasq # temporarily allowed for connection sharing
|
||||||
|
|
@ -295,6 +295,7 @@ in
|
||||||
lutris # game launcher (EA/Humble/Ubi++)
|
lutris # game launcher (EA/Humble/Ubi++)
|
||||||
magic-wormhole # transfer files with ease
|
magic-wormhole # transfer files with ease
|
||||||
meld # file diff'r
|
meld # file diff'r
|
||||||
|
mise # mise-en-place the (presumably French) front-end to your dev env https://mise.jdx.dev/
|
||||||
mpv # movie player
|
mpv # movie player
|
||||||
ncdu # nncurses tool for examining disk usage
|
ncdu # nncurses tool for examining disk usage
|
||||||
neovim # next gen vim w/lua
|
neovim # next gen vim w/lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue