mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
ghostwriter on Wayland
This commit is contained in:
parent
259a40e915
commit
383d387b39
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
@ -6,6 +6,9 @@
|
||||
];
|
||||
};
|
||||
|
||||
# This fixes blurry fonts with fractional scaling on Wayland.
|
||||
environment.sessionVariables.QT_QPA_PLATFORM = lib.mkIf (config.services.xserver.displayManager.gdm.wayland) "wayland";
|
||||
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
home.file.".config/kde.org/ghostwriter.conf" = {
|
||||
text = ''
|
||||
|
Loading…
Reference in New Issue
Block a user