Loading nixos/tests/cinnamon.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ import ./make-test-python.nix ( # For the sessionPath subtest. services.xserver.desktopManager.cinnamon.sessionPath = [ pkgs.gpaste ]; # For OCR test. services.xserver.displayManager.lightdm.greeters.slick.extraConfig = '' enable-hidpi = on ''; }; enableOCR = true; Loading Loading
nixos/tests/cinnamon.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ import ./make-test-python.nix ( # For the sessionPath subtest. services.xserver.desktopManager.cinnamon.sessionPath = [ pkgs.gpaste ]; # For OCR test. services.xserver.displayManager.lightdm.greeters.slick.extraConfig = '' enable-hidpi = on ''; }; enableOCR = true; Loading