hotfix and package update for s2sleep

This commit is contained in:
KaitoTLex 2025-01-20 13:54:39 -08:00
parent 5926c7a336
commit 469059415f
3 changed files with 44 additions and 1 deletions

36
flake.lock generated
View file

@ -66,6 +66,23 @@
"type": "github" "type": "github"
} }
}, },
"cpu-microcodes": {
"flake": false,
"locked": {
"lastModified": 1737223256,
"narHash": "sha256-aETUoryCkJSRWlxbgL8im40+2FfOm0u4X9aP5aZueME=",
"owner": "platomav",
"repo": "CPUMicrocodes",
"rev": "984b766433e99c7e945b5cc17519bb088084b3fd",
"type": "github"
},
"original": {
"owner": "platomav",
"repo": "CPUMicrocodes",
"rev": "984b766433e99c7e945b5cc17519bb088084b3fd",
"type": "github"
}
},
"firefox-gnome-theme": { "firefox-gnome-theme": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -350,6 +367,7 @@
"nixvim": "nixvim", "nixvim": "nixvim",
"spicetify": "spicetify", "spicetify": "spicetify",
"stylix": "stylix", "stylix": "stylix",
"ucodenix": "ucodenix",
"wallpapers": "wallpapers", "wallpapers": "wallpapers",
"zen": "zen" "zen": "zen"
} }
@ -491,6 +509,24 @@
"type": "github" "type": "github"
} }
}, },
"ucodenix": {
"inputs": {
"cpu-microcodes": "cpu-microcodes"
},
"locked": {
"lastModified": 1737386190,
"narHash": "sha256-r9UOn9nMqDjY+ohnNCKs8SgN55UXTPI+RWhka2RcsXY=",
"owner": "e-tho",
"repo": "ucodenix",
"rev": "4c7931fcf713c4ddf730d275f07d916c5f4c4e7a",
"type": "github"
},
"original": {
"owner": "e-tho",
"repo": "ucodenix",
"type": "github"
}
},
"wallpapers": { "wallpapers": {
"flake": false, "flake": false,
"locked": { "locked": {

View file

@ -23,6 +23,10 @@
url = "github:youwen5/zen-browser-flake"; url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ucodenix = {
url = "github:e-tho/ucodenix";
inputs.nixpks.follows = "nixpkgs";
};
wallpapers = { wallpapers = {
url = "github:kaitotlex/wallpaper"; url = "github:kaitotlex/wallpaper";
flake = false; flake = false;

View file

@ -2,6 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ {
inputs,
config, config,
pkgs, pkgs,
lib, lib,
@ -10,9 +11,10 @@
{ {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
inputs.ucodenix.nixosModules.default
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
services.ucodenix.enable = true;
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
@ -137,6 +139,7 @@
osu-lazer osu-lazer
davinci-resolve davinci-resolve
wacomtablet wacomtablet
obs-studio
]; ];
# List services that you want to enable: # List services that you want to enable: