fix images
This commit is contained in:
parent
34aaaf63d2
commit
2df8e8e804
5 changed files with 18 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{config, ...}: {
|
||||
{...}: {
|
||||
displays = {
|
||||
enable = true;
|
||||
displays = [
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
position.x = 0;
|
||||
position.y = 0;
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/demonslayer.jpg";
|
||||
wallpaper = ../images/demonslayer.png;
|
||||
}
|
||||
{
|
||||
name = "HDMI-A-1";
|
||||
|
|
@ -25,18 +25,9 @@
|
|||
x = 1920;
|
||||
y = 0;
|
||||
};
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/wallhaven-qzlyzd.jpg";
|
||||
wallpaper = ../images/nier2.jpg;
|
||||
rotation = 1;
|
||||
}
|
||||
{
|
||||
name = "eDP-1";
|
||||
description = "BOE 0x07D8";
|
||||
position = {
|
||||
x = 0;
|
||||
y = 1080;
|
||||
};
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/nix-soft.png";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
BIN
images/nier2.jpg
Normal file
BIN
images/nier2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
images/nix-soft.png
Normal file
BIN
images/nix-soft.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 840 KiB |
|
|
@ -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