mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
desktop: remove pcscd
This commit is contained in:
parent
27493faa6c
commit
fd6ba0df26
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ with lib;
|
|||
|
||||
config = mkIf (config.sconfig.desktop.enable) {
|
||||
programs.steam.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue