it's not being applied for some reason
This commit is contained in:
parent
e5391139a3
commit
9c564c3663
2 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,6 @@ in {
|
|||
allowUnfree = true;
|
||||
};
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
overlays = importOverlays;
|
||||
overlays = lib.mkBefore importOverlays;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
config = { sloth, ... }: {
|
||||
app.package = prev.tor-browser;
|
||||
app.binPath = "bin/tor-browser";
|
||||
flatpak.appId = "org.torproject.tor-browser";
|
||||
flatpak.appId = builtins.trace "Yes the overlay is called" "org.torproject.tor-browser";
|
||||
|
||||
dbus.policies = {
|
||||
"org.a11y.Bus" = "talk";
|
||||
|
|
Loading…
Add table
Reference in a new issue