Skip to content

Commit

Permalink
boreal: install chrysalis and udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Jun 10, 2021
1 parent f2b3d33 commit 4601a97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/boreal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4601a97

Please sign in to comment.