organise stuff

This commit is contained in:
tristan 2023-12-30 01:31:26 +00:00
parent 3b63b8b52b
commit 52dff69cca
8 changed files with 149 additions and 124 deletions

View file

@ -10,17 +10,15 @@ with lib; {
};
config = mkIf config.roles.work.enable {
displays.displays = [
{
name = "eDP-1";
description = "BOE 0x07D8";
position = {
x = 0;
y = 1080;
};
wallpaper = ../../images/nix-soft.png;
}
];
displays.displays.internal = {
name = "eDP-1";
description = "BOE 0x07D8";
position = {
x = 0;
y = 1080;
};
wallpaper = ../../images/nix-soft.png;
};
roles.email = {
enable = true;