just need a functional display manager now

This commit is contained in:
TheWanderingCrow 2025-06-30 16:59:56 -04:00
parent ac6d41c6e3
commit d243e3949c
3 changed files with 14 additions and 1 deletions

View file

@ -1,8 +1,8 @@
{...}: {
imports = [
common/core
common/optional/desktops/niri.nix
common/optional/desktops/sway
common/optional/browsers/firefox.nix
common/optional/comms
];
}

View file

@ -0,0 +1,10 @@
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman = {
enable = true;
};
}

View file

@ -33,7 +33,10 @@
"hosts/common/core"
# Optional configs
"hosts/common/optional/audio.nix"
"hosts/common/optional/bluetooth.nix"
"hosts/common/optional/keyd.nix"
"hosts/common/optional/pentesting.nix"
])
];