Compare commits

1 Commits

Author SHA1 Message Date
doloro 9b9a34f708 kernal pera changes 2026-04-30 11:36:28 +01:00
4 changed files with 28 additions and 36 deletions
+3 -3
View File
@@ -171,12 +171,12 @@
# "mem_sleep_default=deep"
# "i915.fastboot=1"
# "i915.modeset=1"
# "ahci.mobile_lpm_policy=1"
"ahci.mobile_lpm_policy=1"
# "intel_idle.max_cstate=10"
"processor.max_cstate=10"
"pci=noaer"
# "quiet"
# "splash"
"quiet"
"splash"
# "idle=halt"
];
boot.binfmt.emulatedSystems = [
+1 -1
View File
@@ -6,7 +6,7 @@
}:
{
flake-file.inputs = {
x1e-kernel.url = "git+https://git.scug.io/doloro/x1e-nixos.git?ref=bump-7.1-rc1";
x1e-kernel.url = "git+https://git.scug.io/nikkuss/x1e-nixos.git";
};
modules.surface-patches = {
nixos =
Generated
+17 -29
View File
@@ -233,7 +233,7 @@
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixpkgs"
"nixpkgs-lib"
]
},
"locked": {
@@ -1018,22 +1018,6 @@
}
},
"nixpkgs_6": {
"locked": {
"lastModified": 1776255774,
"narHash": "sha256-psVTpH6PK3q1htMJpmdz1hLF5pQgEshu7gQWgKO6t6Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "566acc07c54dc807f91625bb286cb9b321b5f42a",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_7": {
"locked": {
"lastModified": 1736061677,
"narHash": "sha256-DjkQPnkAfd7eB522PwnkGhOMuT9QVCZspDpJJYyOj60=",
@@ -1049,7 +1033,7 @@
"type": "github"
}
},
"nixpkgs_8": {
"nixpkgs_7": {
"locked": {
"lastModified": 1776877367,
"narHash": "sha256-wMN1gM00sUQ2KC9CNr/XEOGdfOrl67PabIRv9AYayTo=",
@@ -1065,7 +1049,9 @@
"nixvim": {
"inputs": {
"flake-parts": "flake-parts_3",
"nixpkgs": "nixpkgs_6",
"nixpkgs": [
"nixpkgs"
],
"systems": "systems_4"
},
"locked": {
@@ -1134,7 +1120,7 @@
"inputs": {
"libcamera-src": "libcamera-src",
"libpisp-src": "libpisp-src",
"nixpkgs": "nixpkgs_7",
"nixpkgs": "nixpkgs_6",
"rpi-bluez-firmware-src": "rpi-bluez-firmware-src",
"rpi-firmware-nonfree-src": "rpi-firmware-nonfree-src",
"rpi-firmware-src": "rpi-firmware-src",
@@ -1172,6 +1158,9 @@
"niri-flake": "niri-flake",
"nix-cachyos-kernel": "nix-cachyos-kernel",
"nixpkgs": "nixpkgs_5",
"nixpkgs-lib": [
"nixpkgs"
],
"nixvim": "nixvim",
"raspberry-pi-nix": "raspberry-pi-nix",
"sops-nix": "sops-nix",
@@ -1322,7 +1311,7 @@
},
"spicetify-nix": {
"inputs": {
"nixpkgs": "nixpkgs_8",
"nixpkgs": "nixpkgs_7",
"systems": "systems_5"
},
"locked": {
@@ -1546,18 +1535,17 @@
},
"x1e-kernel": {
"locked": {
"lastModified": 1777545570,
"narHash": "sha256-FA0uzu5xe/STxNoD9/dWRsEvVEwUgU7ireMobdtCJBA=",
"ref": "bump-7.1-rc1",
"rev": "a0257f88667f6463eb6fb0e7ba4e257829d3f947",
"revCount": 7,
"lastModified": 1776849143,
"narHash": "sha256-41YSWFxindwVTkQF6UlRtkkIryNYWX0mpChvz/av4uc=",
"ref": "refs/heads/main",
"rev": "0569ea2dd459957d424b734e815860c52ecaaab3",
"revCount": 5,
"type": "git",
"url": "https://git.scug.io/doloro/x1e-nixos.git"
"url": "https://git.scug.io/nikkuss/x1e-nixos.git"
},
"original": {
"ref": "bump-7.1-rc1",
"type": "git",
"url": "https://git.scug.io/doloro/x1e-nixos.git"
"url": "https://git.scug.io/nikkuss/x1e-nixos.git"
}
},
"xdph": {
+7 -3
View File
@@ -8,7 +8,7 @@
flake-file.url = "github:vic/flake-file";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
};
font-patcher.url = "github:Doloro1978/nix-nerd-fonts-patcher";
heliumFlake = {
@@ -31,7 +31,11 @@
};
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
nixvim.url = "github:nix-community/nixvim";
nixpkgs-lib.follows = "nixpkgs";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
raspberry-pi-nix.url = "github:nix-community/raspberry-pi-nix";
sops-nix = {
url = "github:Mic92/sops-nix";
@@ -42,7 +46,7 @@
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
x1e-kernel.url = "git+https://git.scug.io/doloro/x1e-nixos.git?ref=bump-7.1-rc1";
x1e-kernel.url = "git+https://git.scug.io/nikkuss/x1e-nixos.git";
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";