london: Add florine

This commit is contained in:
Victor Mignot 2025-01-26 16:21:41 +01:00
parent 08d1980c69
commit 58d04e60f5
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY

View file

@ -112,5 +112,38 @@
"${pkgs.coreutils}/bin/cat ${config.age.secrets.publicMailPwd.path}";
};
};
florine = {
description = "Florine";
uid = 1001;
shell = pkgs.fish;
groups = [
"video"
"audio"
"seat"
"keys"
"dialout"
"network"
];
hmConfig = {
my.desktop.sway.monitors = [
{
name = "Iiyama North America PL2470H 0x0000047B";
resolution = "1920x1080@165.003Hz";
position = "1920 0";
defaultWorkspace = 1;
}
{
name = "Iiyama North America PL2530H 1154392601941";
resolution = "1920x1080@74.973Hz";
position = "0 0";
defaultWorkspace = 2;
}
];
my.games.wine.enable = true;
my.games.steam.enable = true;
};
};
};
}