update fish plugins ^_^

This commit is contained in:
Natalie Marks 2025-04-10 20:48:28 -07:00
parent 5e591b88fb
commit 51df904a81
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F
4 changed files with 6 additions and 2 deletions

View file

@ -91,6 +91,7 @@
home-manager.nixosModules.home-manager
{
home-manager = {
backupFileExtension = "hm-backup";
useGlobalPkgs = true;
useUserPackages = true;
users.nmarks = import ./hosts/desktop/home.nix;

View file

@ -60,6 +60,7 @@ in {
#broken on macos
calibre
mpv
wireguard-tools
]
++ [
zls.packages.x86_64-linux.zls

View file

@ -55,12 +55,15 @@
name = "tide";
inherit (pkgs.fishPlugins.tide) src;
}
{
name = "!!";
inherit (pkgs.fishPlugins.bang-bang) src;
}
];
shellAliases = {
reboot-windows = "sudo efibootmgr --bootnext 0000; sudo reboot -h now";
};
shellInit = "test -r '/Users/nmarks/.opam/opam-init/init.fish' && source '/Users/nmarks/.opam/opam-init/init.fish' > /dev/null 2> /dev/null; or true";
};
home-manager.enable = true;
}

View file

@ -28,7 +28,6 @@ with pkgs; [
anki-bin
tailscale
openconnect
wireguard-tools
#nix tools
cachix