Minor changes

This commit is contained in:
2025-06-29 22:07:11 +03:00
parent d718259a32
commit 49a50bef9e
4 changed files with 12 additions and 8 deletions
Generated
+7 -7
View File
@@ -6,11 +6,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1748123439, "lastModified": 1748155468,
"narHash": "sha256-gKyem3juZgzX9QwERHE5tAuONizo53FgK8qBHHaa3PI=", "narHash": "sha256-/Ty1MVEMO1Wzu6CJzIUPuC2OL0rj7uepgfRD9EDDtXc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "3e79e449abb5f2ca27b3dadbebe76939eec21712", "rev": "18c1f08828151210f0b81d4205ae6c659f9270ab",
"revCount": 46, "revCount": 47,
"type": "git", "type": "git",
"url": "file:./azos-core" "url": "file:./azos-core"
}, },
@@ -94,11 +94,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1747862697, "lastModified": 1748037224,
"narHash": "sha256-U4HaNZ1W26cbOVm0Eb5OdGSnfQVWQKbLSPrSSa78KC0=", "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2baa12ff69913392faf0ace833bc54bba297ea95", "rev": "f09dede81861f3a83f7f06641ead34f02f37597f",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1
View File
@@ -24,6 +24,7 @@
outputs.overlays.modifications outputs.overlays.modifications
outputs.overlays.unstable-packages outputs.overlays.unstable-packages
inputs.azos-core.overlays.addpkgs inputs.azos-core.overlays.addpkgs
inputs.azos-core.overlays.qutebrowserdrm
# outputs.overlays.addpkgs # outputs.overlays.addpkgs
]; ];
config = { config = {
+3
View File
@@ -39,4 +39,7 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
#Oh my god disable sleep on lid closed
services.logind.lidSwitchExternalPower = "ignore";
} }