Minor changes
This commit is contained in:
+1
-1
Submodule azos-core updated: 3e79e449ab...18c1f08828
Generated
+7
-7
@@ -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": {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user