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; [
|
||||
inputs.awww.packages.${system}.awww
|
||||
wl-clipboard
|
||||
onboard
|
||||
wlr-randr
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
@ -47,12 +45,17 @@
|
|||
enable = true;
|
||||
max-scroll-amount = "0%";
|
||||
};
|
||||
|
||||
keyboard = {
|
||||
xkb = {
|
||||
layout = "cz";
|
||||
options = "caps:escape";
|
||||
};
|
||||
};
|
||||
|
||||
tablet = {
|
||||
map-to-output = "eDP-1";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue