fix images

This commit is contained in:
Tristan 2023-12-23 15:55:21 +00:00
parent 34aaaf63d2
commit 2df8e8e804
5 changed files with 18 additions and 12 deletions

View file

@ -82,6 +82,9 @@ in {
"SUPER_SHIFT, l, changegroupactive,f"
"SUPER, Y, togglespecialworkspace"
"SUPER_SHIFT, Y, movetoworkspace, special"
"SUPER_SHIFT, X, killactive"
"SUPER, slash, focuswindow, brave-browser"
"SUPER, n, focuswindow, Logseq"
"SUPER, R, submap, resize"
"SUPER,1,workspace,1"
"SUPER,2,workspace,2"

View file

@ -10,6 +10,18 @@ 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;
}
];
roles.email = {
enable = true;
email = "tristan.beedell@cryoserver.com";