The Blue Update #1
|
@ -19,7 +19,7 @@ let
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.unstable.linuxPackages_zen;
|
kernelPackages = pkgs.linuxPackages_cachyos;
|
||||||
blacklistedKernelModules = [
|
blacklistedKernelModules = [
|
||||||
"pcspkr"
|
"pcspkr"
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,6 +6,12 @@
|
||||||
browser_sort_mode = "name";
|
browser_sort_mode = "name";
|
||||||
user_interface = "alternative";
|
user_interface = "alternative";
|
||||||
};
|
};
|
||||||
|
bindings = [
|
||||||
|
{ key = "h"; command = "volume_down"; }
|
||||||
|
{ key = "j"; command = "scroll_down"; }
|
||||||
|
{ key = "k"; command = "scroll_up"; }
|
||||||
|
{ key = "l"; command = "volume_up"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mpd-discord-rpc.enable = true;
|
services.mpd-discord-rpc.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue