non important commit
This commit is contained in:
parent
8445bae734
commit
f540230e4c
1 changed files with 5 additions and 2 deletions
|
|
@ -9,8 +9,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
inputs.awww.packages.${system}.awww
|
inputs.awww.packages.${system}.awww
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
onboard
|
|
||||||
wlr-randr
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
@ -47,12 +45,17 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
max-scroll-amount = "0%";
|
max-scroll-amount = "0%";
|
||||||
};
|
};
|
||||||
|
|
||||||
keyboard = {
|
keyboard = {
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "cz";
|
layout = "cz";
|
||||||
options = "caps:escape";
|
options = "caps:escape";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tablet = {
|
||||||
|
map-to-output = "eDP-1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue