10 lines
208 B
Nix
10 lines
208 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
../../../modules/home
|
|
../../../modules/home/programs/misc/remote-desktop
|
|
];
|
|
|
|
wayland.windowManager.sway.config.output.${config.displays.dI}.scale = "1.3";
|
|
}
|