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