mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes Hyprland on voyager
This commit is contained in:
parent
53181cc77b
commit
ef24670c02
3 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
font.normal.style = lib.mkForce "Book";
|
||||
window = {
|
||||
decorations = "None";
|
||||
option_as_alt = "Both";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue