Merge branch 'main' of github.com:itepastra/nixconf
This commit is contained in:
commit
8d1df55a0e
2 changed files with 3 additions and 3 deletions
|
|
@ -54,13 +54,13 @@
|
||||||
"https://hyprland.cachix.org"
|
"https://hyprland.cachix.org"
|
||||||
"https://cache.iog.io"
|
"https://cache.iog.io"
|
||||||
"https://cuda-maintainers.cachix.org"
|
"https://cuda-maintainers.cachix.org"
|
||||||
"http://192.168.42.5"
|
# "http://192.168.42.5"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||||
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
|
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
|
||||||
"192.168.42.5:+zcyHtRvk2otQhHDrDRNMQhp+j+ziVHHhDToC0wqjHE="
|
# "192.168.42.5:+zcyHtRvk2otQhHDrDRNMQhp+j+ziVHHhDToC0wqjHE="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,6 @@ in
|
||||||
"stayfocused,class:^(wofi)$"
|
"stayfocused,class:^(wofi)$"
|
||||||
"workspace 1 silent,class:^(vesktop)$"
|
"workspace 1 silent,class:^(vesktop)$"
|
||||||
"workspace 3 silent,class:^(thunderbird)$"
|
"workspace 3 silent,class:^(thunderbird)$"
|
||||||
"workspace 3 silent,class:^(org.keepassxc.KeePassXC)$"
|
|
||||||
];
|
];
|
||||||
env = [
|
env = [
|
||||||
"WLR_NO_HARDWARE_CURSORS,1"
|
"WLR_NO_HARDWARE_CURSORS,1"
|
||||||
|
|
@ -123,6 +122,7 @@ in
|
||||||
disable_while_typing = 1;
|
disable_while_typing = 1;
|
||||||
natural_scroll = 1;
|
natural_scroll = 1;
|
||||||
tap-to-click = 1;
|
tap-to-click = 1;
|
||||||
|
scroll_factor = 0.3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
misc = {
|
misc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue