diff --git a/configuration.nix b/configuration.nix index 73ee157..57b16c7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,6 +14,7 @@ devices = [ "nodev" ]; efiSupport = true; useOSProber = true; + fontSize = 30; }; }; diff --git a/home.nix b/home.nix index 44bb53c..5ecf365 100644 --- a/home.nix +++ b/home.nix @@ -80,6 +80,7 @@ let username = "clemens"; in scribus pandoc qgis + mpv ] ++ (if x11mode then [ arandr flameshot diff --git a/programm_configs/sway.nix b/programm_configs/sway.nix index ee8f76b..5661dc3 100644 --- a/programm_configs/sway.nix +++ b/programm_configs/sway.nix @@ -13,6 +13,12 @@ "*" = { xkb_layout = "de"; }; + "10429:2309:UGTABLET_10_inch_PenTablet_Pen" = { + map_to_output = "'Lenovo Group Limited LEN L27i-28 0x34483957'"; + }; + "10429:2309:UGTABLET_10_inch_PenTablet_Mouse" = { + map_to_output = "'Lenovo Group Limited LEN L27i-28 0x34483957'"; + }; }; output."*".bg = "${../media/wallpaper.png} fill"; menu = "${pkgs.rofi}/bin/rofi -show combi -config ~/.config/rofi/config.rasi";