mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-20 05:54:13 -05:00
just need a functional display manager now
This commit is contained in:
parent
ac6d41c6e3
commit
d243e3949c
3 changed files with 14 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
common/core
|
||||
common/optional/desktops/niri.nix
|
||||
common/optional/desktops/sway
|
||||
common/optional/browsers/firefox.nix
|
||||
common/optional/comms
|
||||
];
|
||||
}
|
||||
|
|
|
|||
10
hosts/common/optional/bluetooth.nix
Normal file
10
hosts/common/optional/bluetooth.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
services.blueman = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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"
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue