2024-11-02 17:19:40 -04:00
|
|
|
{ config, pkgs, ... }:
|
2024-10-15 02:40:43 -04:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../../modules/home
|
2024-10-16 00:04:56 -04:00
|
|
|
../../../modules/home/programs/misc/remote-desktop
|
2024-10-16 00:44:23 -04:00
|
|
|
];
|
|
|
|
|
|
|
|
wayland.windowManager.sway.config.output.${config.displays.dI}.scale = "1.3";
|
2024-10-15 02:40:43 -04:00
|
|
|
}
|