mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
forgot background oops
This commit is contained in:
parent
aca1f20fe6
commit
a25992b71d
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@ in
|
|||
'';
|
||||
|
||||
config = {
|
||||
output = {
|
||||
HDMI-A-1 = {
|
||||
resolution = "190x1080";
|
||||
position = "1920,0";
|
||||
bg = "~/Pictures/wallpapers/mountains.jpg";
|
||||
};
|
||||
};
|
||||
modifier = "Mod1";
|
||||
menu = "\${pkgs.rofi-wayland}/bin/rofi -show drun -show-icons -drun-icon-theme Qogir -font 'Noto Sans 14'";
|
||||
terminal = "\${pkgs.alacritty}/bin/alacritty";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue