feat: open notes and fix tmux
This commit is contained in:
parent
48e8218774
commit
89cf7f3a75
3 changed files with 22 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
|||
# Inject the right home-manager config for the machine.
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -239,7 +237,9 @@ in
|
|||
shellAliases = {
|
||||
#tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
|
||||
bunx = "bun --bun x";
|
||||
c = "/home/mrflos/Code/nixos-config/scripts/tmux-sessionizer";
|
||||
g = "lazygit";
|
||||
n = "/home/mrflos/Code/nixos-config/scripts/open-notes";
|
||||
s = "/home/mrflos/Code/nixos-config/scripts/ssh-connect";
|
||||
t = "/home/mrflos/Code/nixos-config/scripts/tmux-sessionizer";
|
||||
kdenix = "nix run github:pjones/plasma-manager --extra-experimental-features nix-command --extra-experimental-features flakes > /home/mrflos/Developpements/nixos-config/modules/home-plasma.nix";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue