fix images
This commit is contained in:
parent
34aaaf63d2
commit
2df8e8e804
5 changed files with 18 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue