mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Some package management
This commit is contained in:
parent
a02a00d437
commit
1fd7f44b40
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue