tmux, organize

This commit is contained in:
Jack Mechem 2025-07-28 11:19:08 -07:00
parent d6a288da0f
commit 83232cc22a
4 changed files with 77 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, ... }:
let
shellAliases = {
rebuild-nix = "sudo nixos-rebuild switch --flake /home/jack/nixos/#t480";
@ -26,4 +26,3 @@ in
inherit shellAliases;
};
}