Fix laptop issues

This commit is contained in:
Paul-Henri Froidmont 2024-06-23 05:34:29 +02:00
parent 64e94d4ff8
commit 529dea61f8
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
10 changed files with 44 additions and 52 deletions

View file

@ -46,7 +46,7 @@ in {
};
scrolling.history = 65535;
font.size = 8;
key_bindings = [
keyboard.bindings = [
{
key = "Up";
mods = "Control";

View file

@ -42,7 +42,7 @@ in {
gpg-agent = {
enable = true;
enableSshSupport = false;
pinentryFlavor = "gtk2";
pinentryPackage = pkgs.pinentry-gtk2;
};
unclutter.enable = true;
};
@ -152,7 +152,7 @@ in {
mumble
libreoffice-fresh
onlyoffice-bin
pkgs.thunderbird
thunderbird
portfolio
gnucash
transmission-remote-gtk

View file

@ -60,7 +60,7 @@ in {
kb_options = "caps:escape";
numlock_by_default = "true";
touchpad = {
natural_scroll = true;
natural_scroll = false;
disable_while_typing = true;
tap-to-click = false;
middle_button_emulation = false;
@ -375,6 +375,8 @@ in {
];
};
hardware.opengl.enable = true;
security.pam.services.swaylock = { };
};

View file

@ -18,7 +18,7 @@ in {
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
style = {
name = "adwaita-dark";
package = pkgs.unstable.adwaita-qt;

View file

@ -21,7 +21,7 @@ in {
size = 50000;
};
enableCompletion = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = ''
autoload -Uz up-line-or-beginning-search down-line-or-beginning-search

View file

@ -39,7 +39,6 @@ in {
# metals # Scala
# Nix
nil
nixfmt
phpactor # PHP
#OCaml
ocaml