Remove tmux

This commit is contained in:
Dave Gallant
2025-01-27 17:26:05 -05:00
parent 47794f6de9
commit 755ba0ca57
4 changed files with 2 additions and 70 deletions

View File

@@ -1,7 +1,4 @@
{ pkgs, ... }:
let
checkBrew = "command -v brew > /dev/null";
in
{
nixpkgs = {
config = {
@@ -29,9 +26,6 @@ in
users.users."dave.gallant".home = "/Users/dave.gallant";
environment = {
extraInit = ''
${checkBrew} || >&2 echo "brew is not installed (install it via https://brew.sh)"
'';
variables = {
LANG = "en_US.UTF-8";
};