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 = [
|
imports = [
|
||||||
./bluetooth.nix
|
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
./profiles.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./sound.nix
|
./sound.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
my.home = {
|
my.home = {
|
||||||
# Bluetooth GUI & media keys
|
|
||||||
bluetooth.enable = true;
|
|
||||||
# Image viewver
|
# Image viewver
|
||||||
feh.enable = true;
|
feh.enable = true;
|
||||||
# Firefo profile and extensions
|
# 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