organise stuff
This commit is contained in:
parent
3b63b8b52b
commit
52dff69cca
8 changed files with 149 additions and 124 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue