feat(gui): enable blueman
This commit is contained in:
parent
433024ec92
commit
6670a96ec2
|
@ -17,12 +17,16 @@ in {
|
|||
bibata-cursors
|
||||
];
|
||||
|
||||
fonts.enableDefaultPackages = mkIf gui true;
|
||||
|
||||
security = mkIf gui {
|
||||
polkit.enable = true;
|
||||
};
|
||||
fonts.enableDefaultPackages = mkIf gui true;
|
||||
programs = mkIf gui {
|
||||
dconf.enable = true;
|
||||
};
|
||||
services = mkIf gui {
|
||||
blueman.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue