Discord through homebrew, add codex.
This commit is contained in:
parent
3e32d501af
commit
c6a7c96b4a
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neofetch
|
neofetch
|
||||||
discord
|
|
||||||
];
|
];
|
||||||
|
|
||||||
user.name = "jmug";
|
user.name = "jmug";
|
||||||
|
|
@ -43,6 +42,8 @@
|
||||||
"raylib"
|
"raylib"
|
||||||
"watchman"
|
"watchman"
|
||||||
"vite"
|
"vite"
|
||||||
|
"pipx"
|
||||||
|
"codex"
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"ghostty"
|
"ghostty"
|
||||||
|
|
@ -60,6 +61,7 @@
|
||||||
"docker-desktop"
|
"docker-desktop"
|
||||||
"whatsapp"
|
"whatsapp"
|
||||||
"slack"
|
"slack"
|
||||||
|
"discord"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue