home(gui): enable blueman
This commit is contained in:
parent
b02286b66d
commit
3aedb1ab13
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue