~ruther/nixos-config

06e972165b786e9624a23e2959e674a7c829a9ca — Frantisek Bohacek 1 year, 4 months ago b472ebc
chore: move blueman service to one location only
3 files changed, 0 insertions(+), 3 deletions(-)

M hosts/desktop-clotho/default.nix
M hosts/home.nix
M hosts/laptop-phobos/default.nix
M hosts/desktop-clotho/default.nix => hosts/desktop-clotho/default.nix +0 -1
@@ 73,7 73,6 @@
  };

  services = {
    blueman.enable = true;                      # Bluetooth
    xserver.videoDrivers = [ "amdgpu" ];
  };


M hosts/home.nix => hosts/home.nix +0 -1
@@ 107,7 107,6 @@
      mpv               # Media Player
      pavucontrol       # Audio Control
      vlc               # Media Player
      blueman           # Bluetooth manager

      # Apps
      chromium          # Browser

M hosts/laptop-phobos/default.nix => hosts/laptop-phobos/default.nix +0 -1
@@ 74,7 74,6 @@
    # tlp.enable = true;                      # TLP and auto-cpufreq for power management
    logind.lidSwitch = "lock";           # lock on lid close
    auto-cpufreq.enable = true;
    blueman.enable = true;

    xserver.libinput = {
      enable = true;

Do not follow this link