mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
12 lines
222 B
Nix
12 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";
|
|
#};
|
|
}
|