remove laptop module, sort out displays

This commit is contained in:
Tristan 2024-02-08 10:47:28 +00:00
parent 94968cf86a
commit f839796dc2
4 changed files with 30 additions and 65 deletions

View file

@ -76,7 +76,7 @@ in {
];
};
roles.laptop.enable = true;
hardware.keyboard.zsa.enable = true;
networking.hostName = "FCS-Tristan-Nixbook";
@ -86,6 +86,9 @@ in {
home.stateVersion = "22.05";
wayland.windowManager.hyprland.settings = {
bind = [
"SUPER_SHIFT, Q, killactive,"
];
"device:at-translated-set-2-keyboard" = {
kb_variant = "dvorak,";
kb_layout = "gb,gb";
@ -95,31 +98,34 @@ in {
}
];
displays.displays = {
"asus" = {
enable = false;
};
"hp" = {
enable = true;
name = "HDMI-A-1";
wallpaper = ../images/nier2.jpg;
workspaces = {
start = 6;
end = 10;
displays = {
enable = true;
displays = {
"hdmi" = {
enable = true;
name = "HDMI-A-1";
wallpaper = ../images/nier2.jpg;
workspaces = {
start = 6;
end = 10;
};
position = {
x = 0;
y = 0;
};
};
};
"internal" = {
enable = true;
name = "eDP-1";
description = "BOE 0x07D8";
workspaces = {
start = 1;
"internal" = {
enable = true;
name = "eDP-1";
workspaces = {
start = 1;
};
position = {
x = 0;
y = 1080;
};
wallpaper = ../images/nix-soft.png;
};
position = {
x = 0;
y = 1420;
};
wallpaper = ../images/nix-soft.png;
};
};
}