attempt to add fix for kanshi and usb-c dock
This commit is contained in:
parent
ffecb0e040
commit
171d7390d5
5 changed files with 34 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ in
|
|||
};
|
||||
|
||||
services = {
|
||||
#udev = {
|
||||
#extraRules = ''
|
||||
#KERNEL=="card0", SUBSYSTEM=="drm", RUN+=""${pkgs.kanshi-fix}"/bin/kanshi-fix"
|
||||
#'';
|
||||
#};
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
|
@ -134,6 +139,7 @@ in
|
|||
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#(callPackage ../mypackages/kanshi-fix/default.nix {})
|
||||
python-with-my-packages
|
||||
acpi
|
||||
aspell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue