packages/nixpak: support X11 for ungoogled-chromium
This commit is contained in:
parent
9ee476cd2b
commit
3c6eb2ec25
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ mkNixPak {
|
|||
"/chromium"
|
||||
])
|
||||
(sloth.concat' sloth.homeDir "/Downloads")
|
||||
"/tmp/.X11-unix"
|
||||
(sloth.envOr "XAUTHORITY" "/no-xauth")
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue