Evie Litherland-Smith
8f179c9f6b
Add kanshi config to Northstar Standardise monitor config across machines Move waybar alt bar definition to Vanguard config specifically, don't need to use hacky solution
7 lines
141 B
Nix
7 lines
141 B
Nix
{...}: {
|
|
imports = [./work.nix];
|
|
wayland.windowManager.sway.config = {
|
|
output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
|
};
|
|
}
|