[nix] Some package management

This commit is contained in:
Alyxia Sother 2023-08-01 13:13:45 +02:00
parent a02a00d437
commit 1fd7f44b40
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,7 @@ let
languages = [ languages = [
crystal crystal
deno # deno
dotnet-sdk dotnet-sdk
go go
jdk jdk
@ -226,6 +226,8 @@ in
"1password-cli" "1password-cli"
"alt-tab" "alt-tab"
"android-studio" "android-studio"
"transmit"
"wine-stable"
"audacity" "audacity"
"background-music" "background-music"
"db-browser-for-sqlite" "db-browser-for-sqlite"
@ -238,6 +240,7 @@ in
"intellij-idea" "intellij-idea"
"itch" "itch"
"iterm2" "iterm2"
"lens"
"obs" "obs"
"phpstorm" "phpstorm"
"plexamp" "plexamp"
@ -246,6 +249,7 @@ in
"sequel-ace" "sequel-ace"
"shottr" "shottr"
"spotify" "spotify"
"texifier"
"thunderbird" "thunderbird"
"visual-studio-code" "visual-studio-code"
]; ];