Remove nix-output-monitor

It looks nice but causes some problems with tmux and doesn't work properly on
23.11 for me.
This commit is contained in:
Andreas Zweili 2023-12-04 17:24:24 +01:00
parent 92133d0b1a
commit 21f3477e67
3 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@
format-modules = "nixpkgs-fmt **/*.nix";
nix-generations = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system";
rebuild = ''
nixos-rebuild -j auto switch --use-remote-sudo |& nom
nixos-rebuild -j auto switch --use-remote-sudo
'';
htop = "btm";
find-garbage = "ls -l /nix/var/nix/gcroots/auto/ | sort | grep '/home/'";
@ -95,7 +95,6 @@
killall
ncdu
nixpkgs-fmt
nix-output-monitor
nmon
tree
unzip

View File

@ -59,10 +59,12 @@
shellAliases = {
work-management = "mosh --ssh='ssh -i ~/.ssh/zweili.key' zweili@10.49.0.100 -- tmux new -A -s 0";
work-vm = ''ssh andreas@localhost -p 2222 -t "$@" "tmux new -A -s 0"'';
hm-rebuild = "home-manager switch |& nom";
rebuild = "home-manager switch";
};
};
};
services.emacs.package = pkgs.emacs29-pgtk;
systemd.user.startServices = "suggest";
systemd.user.startServices = " suggest ";
}

View File

@ -4,7 +4,6 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [
git
nixFlakes
nix-output-monitor
python310
python310Packages.black
python310Packages.mypy