update fish plugins ^_^
This commit is contained in:
parent
5e591b88fb
commit
51df904a81
4 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,6 @@ with pkgs; [
|
||||||
anki-bin
|
anki-bin
|
||||||
tailscale
|
tailscale
|
||||||
openconnect
|
openconnect
|
||||||
wireguard-tools
|
|
||||||
|
|
||||||
#nix tools
|
#nix tools
|
||||||
cachix
|
cachix
|
||||||
|
|
Loading…
Reference in a new issue