non important commit
This commit is contained in:
parent
492350145c
commit
823d8608ef
2 changed files with 13 additions and 1 deletions
|
|
@ -35,12 +35,17 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
|
||||
services.logind = {
|
||||
powerKey = "ignore";
|
||||
powerKeyLongPress = "poweroff";
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
console.keyMap = "cz-lat2";
|
||||
services.xserver.xkb.layout = "cz";
|
||||
|
||||
|
||||
time.timeZone = "Europe/Prague";
|
||||
|
||||
i18n = {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
home.packages = with pkgs; [
|
||||
inputs.awww.packages.${system}.awww
|
||||
wl-clipboard
|
||||
onboard
|
||||
wlr-randr
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
@ -87,6 +89,11 @@
|
|||
hot-corners.enable = false;
|
||||
};
|
||||
|
||||
switch-events = {
|
||||
"tablet-mode-on".action.spawn-sh = "wlr-randr --output eDP-1 --rotate 90 && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true";
|
||||
"tablet-mode-off".action.spawn-sh = "wlr-randr --output eDP-1 --rotate normal && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false";
|
||||
};
|
||||
|
||||
layout = {
|
||||
gaps = 8;
|
||||
focus-ring.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue