Fix laptop issues
This commit is contained in:
parent
64e94d4ff8
commit
529dea61f8
10 changed files with 44 additions and 52 deletions
|
|
@ -46,7 +46,7 @@ in {
|
|||
};
|
||||
scrolling.history = 65535;
|
||||
font.size = 8;
|
||||
key_bindings = [
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "Up";
|
||||
mods = "Control";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = { };
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ in {
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
platformTheme.name = "gtk";
|
||||
style = {
|
||||
name = "adwaita-dark";
|
||||
package = pkgs.unstable.adwaita-qt;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue