machines: aramis: enable bluetooth profile
This commit is contained in:
parent
885b45d39c
commit
ca620a4eb6
|
@ -1,5 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Bluetooth integration
|
||||
my.modules.bluetooth.enable = true;
|
||||
}
|
|
@ -6,11 +6,11 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
./boot.nix
|
||||
./hardware.nix
|
||||
./home.nix
|
||||
./networking.nix
|
||||
./profiles.nix
|
||||
./services.nix
|
||||
./sound.nix
|
||||
];
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
my.home = {
|
||||
# Bluetooth GUI & media keys
|
||||
bluetooth.enable = true;
|
||||
# Image viewver
|
||||
feh.enable = true;
|
||||
# Firefo profile and extensions
|
||||
|
|
7
machines/aramis/profiles.nix
Normal file
7
machines/aramis/profiles.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
my.profiles = {
|
||||
# Bluetooth configuration and GUI
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue