diff --git a/hosts/sercanto/default.nix b/hosts/sercanto/default.nix index 7024716..449a99e 100644 --- a/hosts/sercanto/default.nix +++ b/hosts/sercanto/default.nix @@ -17,7 +17,6 @@ ../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools ../../profiles/openssh.nix # Enable and configure openssh ../../profiles/pipewire.nix # Enable and pipewire audio system - ../../profiles/powerManagement.nix # Power management for laptops ../../profiles/xmonad.nix # Xmonad desktop environment ../../profiles/yubikey.nix # Yubikey tooling ../../profiles/users-ops.nix # MIO Ops users diff --git a/modules/profiles/cosmicDesktop/default.nix b/modules/profiles/cosmicDesktop/default.nix index bffbd9b..ece5a9d 100644 --- a/modules/profiles/cosmicDesktop/default.nix +++ b/modules/profiles/cosmicDesktop/default.nix @@ -25,7 +25,6 @@ in { services = { desktopManager.cosmic.enable = true; displayManager.cosmic-greeter.enable = true; - power-profiles-daemon.enable = true; }; }; } diff --git a/profiles/desktop_common.nix b/profiles/desktop_common.nix index 5500cc6..7b7a4f5 100644 --- a/profiles/desktop_common.nix +++ b/profiles/desktop_common.nix @@ -11,7 +11,6 @@ ../profiles/host_common.nix ../profiles/daedalus.nix ../profiles/openssh.nix - ../profiles/powerManagement.nix ../profiles/users-core.nix ../profiles/users.nix ];