Compare commits

...

4 Commits

Author SHA1 Message Date
Alyxia Sother 81eb36f323
[nix] Order the systemPackages 2023-04-06 09:38:45 +02:00
Alyxia Sother 222eca3681
[dmitmel] Update submodule 2023-04-06 09:38:10 +02:00
Alyxia Sother abb6cdd614
[nix] Add Fyra's Vala toolset 2023-04-04 10:00:43 +02:00
Alyxia Sother 43c70202cf
[nix] Add some more software 2023-04-03 10:32:10 +02:00
2 changed files with 46 additions and 17 deletions

@ -1 +1 @@
Subproject commit 1a4a9123a7f85afd137e21b5682b3a4a6c443885 Subproject commit c2f72e61dbb37d68c5a971f0675ed92341d3dcc7

View File

@ -8,38 +8,63 @@
# 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; [
# System tools
libtool
pcre
pkg-config
# CLI tools
act
bat bat
bitwarden-cli bitwarden-cli
crystal
delta delta
deno
exa exa
ffmpeg ffmpeg
fzf fzf
git git
gitui
gnupg gnupg
go
jq jq
mosh mosh
neovim neovim
nixpkgs-fmt nixpkgs-fmt
ripgrep
vim
wget
# Programs
jetbrains.phpstorm
jetbrains.rider
rectangle
slack
tailscale
# Programming languages
crystal
deno
dotnet-sdk
go
nodejs-19_x
ruby_3_1
shards
zig
# Libraries
nodePackages.http-server
nodePackages.pnpm nodePackages.pnpm
nodePackages.prettier nodePackages.prettier
nodePackages.yarn nodePackages.yarn
nodejs-19_x
openssl openssl
pcre
pkg-config # Fyra vala crap
rectangle glib
ripgrep glib-networking
ruby_3_1 gobject-introspection
shards gtk4
slack libgee
slack-term meson
tailscale ninja
vim vala
wget
zig
]; ];
homebrew = { homebrew = {
@ -63,11 +88,15 @@
casks = [ casks = [
"alt-tab" "alt-tab"
"amethyst" "amethyst"
"audacity"
"background-music"
"db-browser-for-sqlite"
"discord" "discord"
"docker" "docker"
"fig" "fig"
"firefox" "firefox"
"google-chrome" "google-chrome"
"itch"
"iterm2" "iterm2"
"nss" "nss"
"obs" "obs"