boreal: install chrysalis and udev rules
This commit is contained in:
parent
f2b3d33421
commit
4601a972a2
|
@ -111,6 +111,14 @@ in
|
|||
};
|
||||
my.displayManager.sddm.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
chrysalis
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
packages.kaleidoscope-udev-rules
|
||||
];
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
|
Loading…
Reference in a new issue