mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-02-15 00:28:17 +01:00
naturalscrolling + nvim folds
This commit is contained in:
@@ -150,6 +150,7 @@ in
|
||||
|
||||
touchpad = {
|
||||
accelProfile = "flat";
|
||||
naturalScrolling = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
2
home.nix
2
home.nix
@@ -304,6 +304,8 @@ in {
|
||||
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
|
||||
foldlevel = 99;
|
||||
};
|
||||
|
||||
plugins = {
|
||||
|
||||
@@ -60,5 +60,5 @@ Config { overrideRedirect = False
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = " %XMonadLog% %alsa:default:Master% } %date% { %bright% | %cpu% - %coretemp% | %memory% | %dynnetwork% | %battery% "
|
||||
, template = " %XMonadLog% | %alsa:default:Master% } %date% { %bright% | %cpu% - %coretemp% | %memory% | %dynnetwork% | %battery% "
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user