diff --git a/modules/base/home/fish.nix b/modules/base/home/fish.nix index 1bac34a..6c702d7 100644 --- a/modules/base/home/fish.nix +++ b/modules/base/home/fish.nix @@ -74,6 +74,7 @@ yazi = { enable = true; + shellWrapperName = "y"; }; zoxide = { diff --git a/modules/hosts/loptland/hardware.nix b/modules/hosts/loptland/hardware.nix index 9e38c8f..39c41ac 100644 --- a/modules/hosts/loptland/hardware.nix +++ b/modules/hosts/loptland/hardware.nix @@ -41,7 +41,7 @@ ]; }; - swapDevices = [ { device = "/dev/disk/by-uuid/b9bcb425-cb1c-40a1-89bb-d7fe6b421834"; } ]; + swapDevices = [ { device = "/dev/disk/by-uuid/bb48abf8-8da5-4000-ba91-e62fe661e3a3"; } ]; networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";