mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27: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
|
./launchd.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.alacritty.settings.window.option_as_alt = "Both";
|
||||||
home.file.".config/karabiner/assets/complex_modifications/hyperarrows.json".source = ./hyperarrows.json;
|
home.file.".config/karabiner/assets/complex_modifications/hyperarrows.json".source = ./hyperarrows.json;
|
||||||
|
|
||||||
stylix.targets.gnome.enable = false;
|
stylix.targets.gnome.enable = false;
|
||||||
|
|
|
@ -57,7 +57,6 @@
|
||||||
font.normal.style = lib.mkForce "Book";
|
font.normal.style = lib.mkForce "Book";
|
||||||
window = {
|
window = {
|
||||||
decorations = "None";
|
decorations = "None";
|
||||||
option_as_alt = "Both";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,9 +8,10 @@
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
../profiles/hyprland.nix
|
../../profiles/hyprland.nix
|
||||||
../users/willem/home/linux.nix
|
../../profiles/default.nix
|
||||||
../modules/zerotier.nix
|
../../users/willem/home/linux.nix
|
||||||
|
../../modules/zerotier.nix
|
||||||
inputs.nixos-apple-silicon.nixosModules.apple-silicon-support
|
inputs.nixos-apple-silicon.nixosModules.apple-silicon-support
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -35,12 +36,12 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
|
|
||||||
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
||||||
|
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
withRust = true;
|
withRust = true;
|
||||||
addEdgeKernelConfig = true;
|
addEdgeKernelConfig = true;
|
||||||
useExperimentalGPUDriver = true;
|
useExperimentalGPUDriver = true;
|
||||||
experimentalGPUInstallMode = "overlay";
|
experimentalGPUInstallMode = "replace";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.limit-charge = {
|
systemd.services.limit-charge = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue