peach: update fairydust to 6.18.4
This commit is contained in:
parent
ebc0421b21
commit
0c1cab042c
4 changed files with 18 additions and 14 deletions
|
|
@ -24,15 +24,6 @@
|
||||||
enableDdcSupport = true;
|
enableDdcSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.niri.settings.outputs."DP-1" = {
|
|
||||||
mode = {
|
|
||||||
width = 3840;
|
|
||||||
height = 2160;
|
|
||||||
refresh = 143.999;
|
|
||||||
};
|
|
||||||
scale = 1.5;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.spicetify = let
|
programs.spicetify = let
|
||||||
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,20 @@
|
||||||
scale = 1.75;
|
scale = 1.75;
|
||||||
};
|
};
|
||||||
"HDMI-A-1" = {
|
"HDMI-A-1" = {
|
||||||
scale = 2;
|
mode = {
|
||||||
|
width = 3840;
|
||||||
|
height = 2160;
|
||||||
|
refresh = 144.000;
|
||||||
|
};
|
||||||
|
scale = 1.5;
|
||||||
|
};
|
||||||
|
"DP-1" = {
|
||||||
|
mode = {
|
||||||
|
width = 3840;
|
||||||
|
height = 2160;
|
||||||
|
refresh = 143.999;
|
||||||
|
};
|
||||||
|
scale = 1.5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
|
||||||
|
|
@ -15,15 +15,15 @@
|
||||||
inherit stdenv lib;
|
inherit stdenv lib;
|
||||||
|
|
||||||
pname = "linux-asahi-fairydust";
|
pname = "linux-asahi-fairydust";
|
||||||
version = "6.18.2";
|
version = "6.18.4";
|
||||||
modDirVersion = version;
|
modDirVersion = version;
|
||||||
extraMeta.branch = "6.18";
|
extraMeta.branch = "6.18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AsahiLinux";
|
owner = "AsahiLinux";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "21a493172ce13c95df12b42faddfca515388d80c";
|
rev = "19a39556851eb80470b760452f946b8cac046363";
|
||||||
hash = "sha256-UCQs+VYIWZMYiizkLWdPjSipBuOB1ahZx2oy5VuEjPI=";
|
hash = "sha256-86TT1VcBAYB66My5QqMI5xsa3IMzNKrL/zkhEGtRvnI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 10;
|
configurationLimit = 3;
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = false;
|
canTouchEfiVariables = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue