Sat Jun 22 04:27:59 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-22 16:27:59 +02:00
parent 232efe0efd
commit a87eec200e
2 changed files with 11 additions and 10 deletions

View File

@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1718983978,
"narHash": "sha256-lp6stESwTLBZUQ5GBivxwNehShmBp4jqeX/1xahM61w=",
"lastModified": 1719037157,
"narHash": "sha256-aOKd8+mhBsLQChCu1mn/W5ww79ta5cXVE59aJFrifM8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c559542f0aa87971a7f4c1b3478fe33cc904b902",
"rev": "cd886711998fe5d9ff7979fdd4b4cbd17b1f1511",
"type": "github"
},
"original": {
@ -76,11 +76,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1718990734,
"narHash": "sha256-sSW+JRtbKYCtu0ljj0UPXHSYEZdmfS9y22Zy+qprRm8=",
"lastModified": 1719009683,
"narHash": "sha256-kvGqeJdHpqmDu5qJYCbylipbcPaSr1pFlO1m1xPtPeQ=",
"ref": "refs/heads/main",
"rev": "4a8b13ea4f8e5111390471c9212d10d4d032e837",
"revCount": 4872,
"rev": "4778afe2e6b4a6f8c7d218ccd8fe7e0bd4d2ee9c",
"revCount": 4874,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
@ -262,11 +262,11 @@
},
"nur": {
"locked": {
"lastModified": 1719006380,
"narHash": "sha256-87Yuu24pf0osnyyXOzlk1dufTCSMeZle/rD1NOvYCbY=",
"lastModified": 1719063509,
"narHash": "sha256-hKczPZmBb97TWoWOwHkF7trGO1e5SDA3RnuiShUlzXg=",
"owner": "nix-community",
"repo": "NUR",
"rev": "2a39f58d0ab57e6f77a187b08671250a7b893f68",
"rev": "880c22ac49ac208c1ee3e75d67238da4abdaff6f",
"type": "github"
},
"original": {

View File

@ -10,6 +10,7 @@
boot.loader.timeout = 1;
boot.loader.efi.canTouchEfiVariables = true;
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
boot.kernelPackages = pkgs.linuxPackages_latest;
services.thermald.enable = true;
services.pcscd.enable = true;