diff --git a/flake.lock b/flake.lock index 9296786..492837a 100644 --- a/flake.lock +++ b/flake.lock @@ -47,11 +47,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1711707302, - "narHash": "sha256-lJ3HdKjT3rQhul+PXW7Fh3iAE8GrddKjRM13GrHhQ/0=", + "lastModified": 1711716489, + "narHash": "sha256-4ksCvWUNxWRfVqwlBoSZw7DKY4mClSzQ7zh+IhtA8xg=", "owner": "martinvonz", "repo": "jj", - "rev": "f83d1a840e0a9b23737c31191ca46d6277cf9569", + "rev": "dd1def02e487a2a43903aa88022b266a3ecbef4d", "type": "github" }, "original": { @@ -83,11 +83,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1711192544, - "narHash": "sha256-5si9dxDmvAGWAqIuhyM3WD+d1ohTpChA71DQLAxlxhs=", - "owner": "NixOS", + "lastModified": 1711523803, + "narHash": "sha256-UKcYiHWHQynzj6CN/vTcix4yd1eCu1uFdsuarupdCQQ=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "cb39b353041d3fe32ab4f62ac03bccfb652e137e", + "rev": "2726f127c15a4cc9810843b96cad73c7eb39e443", "type": "github" }, "original": { @@ -115,11 +115,11 @@ }, "nur": { "locked": { - "lastModified": 1711709064, - "narHash": "sha256-pDDm2YGrUzqDY2YE7ZyRkylaGfVHwZS8x9vd+UcRI6M=", + "lastModified": 1711716298, + "narHash": "sha256-24MNZKd/kBWp1Lks+IeN0MUcNgVtddlwvcb5g/J1bMM=", "owner": "nix-community", "repo": "NUR", - "rev": "e382a81485eb5f5b08a28a06878b8939421b98c9", + "rev": "0a7a2c10096cae71f40231baf9ba65a409833d7d", "type": "github" }, "original": { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f89a773..c351e7b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -134,6 +134,8 @@ in # scrollButton = 2; #}; }; + # https://github.com/NixOS/nixpkgs/issues/299944#issuecomment-2027246826 + hardware.nvidia.modesetting.enable = true; hardware.opengl.enable = true;