2023-06-04 16:58:15 +01:00
|
|
|
{...}: {
|
2023-06-18 13:55:27 +01:00
|
|
|
imports = [
|
|
|
|
../../home/personal.nix
|
|
|
|
../../home/gui
|
2023-06-20 07:27:07 +01:00
|
|
|
../../home/desktop/swayfx.nix
|
2023-06-18 13:55:27 +01:00
|
|
|
];
|
2023-06-04 16:58:15 +01:00
|
|
|
home.username = "xenia";
|
|
|
|
home.homeDirectory = "/home/xenia";
|
|
|
|
home.stateVersion = "22.11";
|
2023-06-18 10:40:57 +01:00
|
|
|
|
2023-06-19 06:53:21 +01:00
|
|
|
wayland.windowManager.sway.config = {
|
|
|
|
output.HDMI-A-2.scale = "2.0";
|
|
|
|
startup = [{command = "steam";}];
|
2023-06-18 13:55:27 +01:00
|
|
|
};
|
2023-06-04 16:58:15 +01:00
|
|
|
}
|