mashu: Tempoarilly disable xournalpp
This commit is contained in:
parent
1e0cc87dcc
commit
50c7d023c5
@ -15,7 +15,7 @@ in mkHost config {
|
|||||||
wireless = true;
|
wireless = true;
|
||||||
wifiInterface = "wlp1s0";
|
wifiInterface = "wlp1s0";
|
||||||
programImports = [
|
programImports = [
|
||||||
"zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "xournalpp" "nextcloud"
|
"zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "nextcloud" # "xournalpp"
|
||||||
"distributed-build/offload.nix"
|
"distributed-build/offload.nix"
|
||||||
];
|
];
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
@ -56,7 +56,7 @@ in mkHost config {
|
|||||||
'';
|
'';
|
||||||
services.xserver.libinput.touchpad = {
|
services.xserver.libinput.touchpad = {
|
||||||
tapping = true;
|
tapping = true;
|
||||||
disableWhileTrying = true;
|
disableWhileTyping = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: phosh only allows numerical PINs...
|
# TODO: phosh only allows numerical PINs...
|
||||||
|
Loading…
Reference in New Issue
Block a user