Merge branch 'main' of github.com:itepastra/nixconf

This commit is contained in:
Noa Aarts 2024-09-03 17:52:26 +02:00
commit 8d1df55a0e
2 changed files with 3 additions and 3 deletions

View file

@ -54,13 +54,13 @@
"https://hyprland.cachix.org"
"https://cache.iog.io"
"https://cuda-maintainers.cachix.org"
"http://192.168.42.5"
# "http://192.168.42.5"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
"192.168.42.5:+zcyHtRvk2otQhHDrDRNMQhp+j+ziVHHhDToC0wqjHE="
# "192.168.42.5:+zcyHtRvk2otQhHDrDRNMQhp+j+ziVHHhDToC0wqjHE="
];
};
optimise.automatic = true;

View file

@ -96,7 +96,6 @@ in
"stayfocused,class:^(wofi)$"
"workspace 1 silent,class:^(vesktop)$"
"workspace 3 silent,class:^(thunderbird)$"
"workspace 3 silent,class:^(org.keepassxc.KeePassXC)$"
];
env = [
"WLR_NO_HARDWARE_CURSORS,1"
@ -123,6 +122,7 @@ in
disable_while_typing = 1;
natural_scroll = 1;
tap-to-click = 1;
scroll_factor = 0.3;
};
};
misc = {