add nyx-loner for cachyos kernel
This commit is contained in:
@@ -53,11 +53,16 @@
|
||||
);
|
||||
settings.flake-registry = "";
|
||||
|
||||
settings.substituters = [ "https://attic.xuyh0120.win/lantian" ];
|
||||
settings.trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ];
|
||||
settings.substituters = [ "https://cache.garnix.io" ];
|
||||
settings.trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
|
||||
};
|
||||
|
||||
# chaotic
|
||||
chaotic.nyx = {
|
||||
cache.enable = true;
|
||||
overlay.enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.pinned ];
|
||||
services = {
|
||||
flatpak = {
|
||||
enable = true;
|
||||
|
||||
@@ -57,8 +57,9 @@
|
||||
ATTR{vendor}=="0x10de", ATTR{class}=="0x03[0-9]*", \
|
||||
TEST=="power/control", ATTR{power/control}="on"
|
||||
|
||||
# enable udev xiaomi
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="2717", MODE="0666", GROUP="plugdev"
|
||||
# atack shark
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="fa60", MODE="0666", SYMLINK+="xenta-mouse-hidraw", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="fa55", MODE="0666", SYMLINK+="xenta-mouse-hidraw", TAG+="uaccess"
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user