Refactor bluetooth configuration
This commit is contained in:
parent
d9cd7821a1
commit
d305535b01
10 changed files with 27 additions and 27 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
features = {
|
||||
core = {
|
||||
bluetooth.enable = true;
|
||||
zram.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
};
|
||||
|
||||
core = {
|
||||
bluetooth.enable = true;
|
||||
openssh.enable = true;
|
||||
pipewire.enable = true;
|
||||
xbanish.enable = true;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
];
|
||||
|
||||
features = {
|
||||
core.bluetooth.enable = true;
|
||||
core.zram.enable = true;
|
||||
desktop.dconf.enable = true;
|
||||
};
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue