these are working
This commit is contained in:
parent
a6eb2ef366
commit
b808e9e6e7
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.hardware.bluetooth.enable {
|
config = lib.mkIf config.osbmModules.hardware.bluetooth.enable {
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
desktopEnvironment = lib.mkOption {
|
desktopEnvironment = lib.mkOption {
|
||||||
type = lib.types.enum [
|
type = lib.types.enum [
|
||||||
"plasma"
|
"plasma"
|
||||||
|
"gnome"
|
||||||
"none"
|
"none"
|
||||||
];
|
];
|
||||||
default = "none";
|
default = "none";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue