home(gui): enable blueman
This commit is contained in:
parent
a7fadb4fa8
commit
8d83ac83fb
1 changed files with 5 additions and 1 deletions
|
@ -17,12 +17,16 @@ in {
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.enableDefaultPackages = mkIf gui true;
|
||||||
|
|
||||||
security = mkIf gui {
|
security = mkIf gui {
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
};
|
};
|
||||||
fonts.enableDefaultPackages = mkIf gui true;
|
|
||||||
programs = mkIf gui {
|
programs = mkIf gui {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
};
|
};
|
||||||
|
services = mkIf gui {
|
||||||
|
blueman.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue