more hyprland fixed

This commit is contained in:
Charlie Root 2024-05-05 21:33:33 +02:00
commit 2ef8078e6e
6 changed files with 376 additions and 7 deletions

View file

@ -55,7 +55,7 @@ in {
cd = "z";
v = "nvim";
e = "emacs";
update = "sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json &| nom --json";
update = "sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json |& nom --json";
flake = "cd '${gitPath}'";
} // cfg.extraAliases;
};