london: Add florine
This commit is contained in:
parent
08d1980c69
commit
58d04e60f5
1 changed files with 33 additions and 0 deletions
|
@ -112,5 +112,38 @@
|
||||||
"${pkgs.coreutils}/bin/cat ${config.age.secrets.publicMailPwd.path}";
|
"${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;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue