chore(nixos): remove conflicting power configs

Progresses #3
This commit is contained in:
Serĉanto de Scio 2024-12-02 17:34:44 +10:00
parent 58055e4b38
commit b2ea85feda
Signed by: sercanto
GPG key ID: A4122FF3971B6865
3 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@
../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools ../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
../../profiles/openssh.nix # Enable and configure openssh ../../profiles/openssh.nix # Enable and configure openssh
../../profiles/pipewire.nix # Enable and pipewire audio system ../../profiles/pipewire.nix # Enable and pipewire audio system
../../profiles/powerManagement.nix # Power management for laptops
../../profiles/xmonad.nix # Xmonad desktop environment ../../profiles/xmonad.nix # Xmonad desktop environment
../../profiles/yubikey.nix # Yubikey tooling ../../profiles/yubikey.nix # Yubikey tooling
../../profiles/users-ops.nix # MIO Ops users ../../profiles/users-ops.nix # MIO Ops users

View file

@ -25,7 +25,6 @@ in {
services = { services = {
desktopManager.cosmic.enable = true; desktopManager.cosmic.enable = true;
displayManager.cosmic-greeter.enable = true; displayManager.cosmic-greeter.enable = true;
power-profiles-daemon.enable = true;
}; };
}; };
} }

View file

@ -11,7 +11,6 @@
../profiles/host_common.nix ../profiles/host_common.nix
../profiles/daedalus.nix ../profiles/daedalus.nix
../profiles/openssh.nix ../profiles/openssh.nix
../profiles/powerManagement.nix
../profiles/users-core.nix ../profiles/users-core.nix
../profiles/users.nix ../profiles/users.nix
]; ];