mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Disables waybar experimental features
This commit is contained in:
parent
922b0d1778
commit
de6022d1c7
2 changed files with 2 additions and 5 deletions
|
@ -25,9 +25,6 @@
|
|||
in {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
|
||||
});
|
||||
|
||||
settings = {
|
||||
mainBar = {
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
layout = globals.keyboard.layout;
|
||||
xkbVariant = globals.keyboard.variant;
|
||||
xkb.layout = globals.keyboard.layout;
|
||||
xkb.variant = globals.keyboard.variant;
|
||||
|
||||
synaptics.enable = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue