mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 22:16:30 +00:00
13 lines
222 B
Nix
13 lines
222 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
services.xserver.desktopManager.plasma5 = {
|
||
|
enable = true;
|
||
|
};
|
||
|
#environment.variables = {
|
||
|
#GDK_SCALE = "2";
|
||
|
#GDK_DPI_SCALE = "0.5";
|
||
|
#_JAVA_OPTIONS = "-Dsun.java2d.uiScale=2";
|
||
|
#};
|
||
|
}
|