boreal: install chrysalis and udev rules

This commit is contained in:
Antoine Martin 2021-06-10 03:15:02 +02:00
parent f2b3d33421
commit 4601a972a2

View file

@ -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;