Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 58ec2d57e5 - Show all commits

View file

@ -23,6 +23,6 @@ in {
allowUnfree = true; allowUnfree = true;
}; };
hostPlatform = lib.mkDefault "x86_64-linux"; hostPlatform = lib.mkDefault "x86_64-linux";
overlays = lib.mkBefore importOverlays; overlays = importOverlays;
}; };
} }

View file

@ -7,7 +7,7 @@
config = { sloth, ... }: { config = { sloth, ... }: {
app.package = prev.tor-browser; app.package = prev.tor-browser;
app.binPath = "bin/tor-browser"; app.binPath = "bin/tor-browser";
flatpak.appId = builtins.trace "Yes the overlay is called" "org.torproject.tor-browser"; flatpak.appId = "org.torproject.tor-browser";
dbus.policies = { dbus.policies = {
"org.a11y.Bus" = "talk"; "org.a11y.Bus" = "talk";