diff --git a/home/darwin/default.nix b/home/darwin/default.nix index 520cc43..5518c85 100644 --- a/home/darwin/default.nix +++ b/home/darwin/default.nix @@ -11,6 +11,7 @@ ./launchd.nix ]; + programs.alacritty.settings.window.option_as_alt = "Both"; home.file.".config/karabiner/assets/complex_modifications/hyperarrows.json".source = ./hyperarrows.json; stylix.targets.gnome.enable = false; diff --git a/home/programs/default.nix b/home/programs/default.nix index 3f8c54b..bc1e136 100644 --- a/home/programs/default.nix +++ b/home/programs/default.nix @@ -57,7 +57,6 @@ font.normal.style = lib.mkForce "Book"; window = { decorations = "None"; - option_as_alt = "Both"; }; }; }; diff --git a/nixos/hosts/voyager/default.nix b/nixos/hosts/voyager/default.nix index 4657504..9165c84 100755 --- a/nixos/hosts/voyager/default.nix +++ b/nixos/hosts/voyager/default.nix @@ -8,9 +8,10 @@ }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") - ../profiles/hyprland.nix - ../users/willem/home/linux.nix - ../modules/zerotier.nix + ../../profiles/hyprland.nix + ../../profiles/default.nix + ../../users/willem/home/linux.nix + ../../modules/zerotier.nix inputs.nixos-apple-silicon.nixosModules.apple-silicon-support ]; @@ -35,12 +36,12 @@ boot.loader.efi.canTouchEfiVariables = false; hardware.asahi.peripheralFirmwareDirectory = ./firmware; - + hardware.asahi = { withRust = true; addEdgeKernelConfig = true; useExperimentalGPUDriver = true; - experimentalGPUInstallMode = "overlay"; + experimentalGPUInstallMode = "replace"; }; systemd.services.limit-charge = {