fixes for xps9360

auto-flake-update
Yorick van Pelt 2021-10-06 17:43:29 +02:00
parent 38308a6a19
commit 0e4a1121d3
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 8 additions and 0 deletions

View File

@ -118,6 +118,12 @@ in
input "1:1:AT_Translated_Set_2_keyboard" {
xkb_options caps:escape
}
input "1133:16498:Logitech_MX_Anywhere_2" {
left_handed enabled
}
input "1133:45087:MX_Anywhere_2_Mouse" {
left_handed enabled
}
for_window [title="TelegramDesktop"] fullscreen enable
for_window [app_id="ala-fzf"] floating enable
exec mako

View File

@ -12,6 +12,8 @@ in {
options i8k ignore_dmi=1
'';
fileSystems."/".options = [ "defaults" "relatime" "discard" ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.luks.devices."nix-crypt".allowDiscards = true;