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.nixosModules.home-manager
{ {
home-manager = { home-manager = {
backupFileExtension = "hm-backup";
useGlobalPkgs = true; useGlobalPkgs = true;
useUserPackages = true; useUserPackages = true;
users.nmarks = import ./hosts/desktop/home.nix; users.nmarks = import ./hosts/desktop/home.nix;

View file

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

View file

@ -55,12 +55,15 @@
name = "tide"; name = "tide";
inherit (pkgs.fishPlugins.tide) src; inherit (pkgs.fishPlugins.tide) src;
} }
{
name = "!!";
inherit (pkgs.fishPlugins.bang-bang) src;
}
]; ];
shellAliases = { shellAliases = {
reboot-windows = "sudo efibootmgr --bootnext 0000; sudo reboot -h now"; 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"; 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; home-manager.enable = true;
} }

View file

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