[nix] Add some more software

This commit is contained in:
Alyxia Sother 2023-04-03 10:32:10 +02:00
parent cf6d1e7fed
commit 43c70202cf
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
2 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7e90b704e3e5ab13e8d53ac8c6d028c843bb2c6d Subproject commit c2f72e61dbb37d68c5a971f0675ed92341d3dcc7

View File

@ -8,21 +8,27 @@
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
act
bat bat
bitwarden-cli bitwarden-cli
crystal crystal
delta delta
deno deno
dotnet-sdk
exa exa
ffmpeg ffmpeg
fzf fzf
git git
gnupg gnupg
go go
jetbrains.phpstorm
jetbrains.rider
jq jq
libtool
mosh mosh
neovim neovim
nixpkgs-fmt nixpkgs-fmt
nodePackages.http-server
nodePackages.pnpm nodePackages.pnpm
nodePackages.prettier nodePackages.prettier
nodePackages.yarn nodePackages.yarn
@ -63,11 +69,14 @@
casks = [ casks = [
"alt-tab" "alt-tab"
"amethyst" "amethyst"
"audacity"
"db-browser-for-sqlite"
"discord" "discord"
"docker" "docker"
"fig" "fig"
"firefox" "firefox"
"google-chrome" "google-chrome"
"itch"
"iterm2" "iterm2"
"nss" "nss"
"obs" "obs"