nixos/pantheon: Get rid of bamf

This is not needed with the latest gala and dock.
This commit is contained in:
Bobby Rong
2025-01-11 23:09:11 +08:00
parent 1ffd79918c
commit b1ebe0ae82
4 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{ config, lib, pkgs, ... }:
{
meta = with lib; {
maintainers = with lib.maintainers; [ ] ++ lib.teams.pantheon.members;
maintainers = with lib.maintainers; [ ];
};
###### interface
@@ -132,7 +132,6 @@ in
hardware.bluetooth.enable = mkDefault true;
security.polkit.enable = true;
services.accounts-daemon.enable = true;
services.bamf.enable = true;
services.colord.enable = mkDefault true;
services.fwupd.enable = mkDefault true;
# TODO: Enable once #177946 is resolved
+1 -1
View File
@@ -60,7 +60,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
machine.wait_until_succeeds(f"pgrep -f {i}")
for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock"]:
machine.wait_for_window(i)
for i in ["bamfdaemon.service", "io.elementary.files.xdg-desktop-portal.service"]:
for i in ["io.elementary.files.xdg-desktop-portal.service"]:
machine.wait_for_unit(i, "${user.name}")
with subtest("Check if various environment variables are set"):
@@ -15,7 +15,6 @@
, libportal-gtk3
, granite
, pango
, bamf
, sqlite
, zeitgeist
, libcloudproviders
@@ -47,7 +46,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
bamf
glib
granite
gtk3