got rid of blueman
This commit is contained in:
parent
4a5ce9cb43
commit
6878398746
5 changed files with 6 additions and 10 deletions
|
@ -36,6 +36,11 @@
|
||||||
surface-control.enable = true;
|
surface-control.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
services.blueman.enable = true;
|
|
||||||
}
|
|
|
@ -5,7 +5,6 @@
|
||||||
{ inputs, pkgs, ... }: {
|
{ inputs, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./audio.nix
|
./audio.nix
|
||||||
./bluetooth.nix
|
|
||||||
./containers.nix
|
./containers.nix
|
||||||
./distrobox.nix
|
./distrobox.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
{ lib, osConfig, pkgs, ... }: let
|
{ lib, osConfig, pkgs, ... }: let
|
||||||
theme = import ../../../../colors.nix;
|
theme = import ../../../../colors.nix;
|
||||||
in lib.mkIf (osConfig.withNiri) {
|
in lib.mkIf (osConfig.withNiri) {
|
||||||
home.packages = with pkgs; [
|
|
||||||
iwgtk
|
|
||||||
blueberry
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.fuzzel= {
|
programs.fuzzel= {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
tree
|
tree
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
xorg.xeyes
|
blueberry
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.man = {
|
programs.man = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue