mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "81eb36f3233e8fc1314323f381adf05e01de2e82" and "df5bcc3e737a264dbf0aabbc12b67544ea4e07a7" have entirely different histories.
81eb36f323
...
df5bcc3e73
2 changed files with 17 additions and 46 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit c2f72e61dbb37d68c5a971f0675ed92341d3dcc7
|
Subproject commit 1a4a9123a7f85afd137e21b5682b3a4a6c443885
|
|
@ -8,63 +8,38 @@
|
||||||
# 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
|
||||||
# Fyra vala crap
|
pkg-config
|
||||||
glib
|
rectangle
|
||||||
glib-networking
|
ripgrep
|
||||||
gobject-introspection
|
ruby_3_1
|
||||||
gtk4
|
shards
|
||||||
libgee
|
slack
|
||||||
meson
|
slack-term
|
||||||
ninja
|
tailscale
|
||||||
vala
|
vim
|
||||||
|
wget
|
||||||
|
zig
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
|
@ -88,15 +63,11 @@
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue