Updated configuration with bluetooth and gtk portals
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# NOTE(starter): This is just a basic enabling of the XFCE windows manager for simplicity
|
||||
{
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
environment.variables.GTK_USE_PORTAL = 1;
|
||||
}
|
||||
|
||||
5
hosts/common/optional/services/bluetooth.nix
Normal file
5
hosts/common/optional/services/bluetooth.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
# Enable bluetooth
|
||||
{...}: {
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
}
|
||||
Reference in New Issue
Block a user