Update flake + better mangohud keybindings

This commit is contained in:
Filippo Berto 2022-07-29 22:57:50 +02:00
parent c664820305
commit f643371195
2 changed files with 16 additions and 16 deletions

30
flake.lock generated
View file

@ -44,11 +44,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1657887110, "lastModified": 1658924727,
"narHash": "sha256-8VV0/kZed2z8fGtEc2zr+WLxTow+JTIlMjnSisyv0GQ=", "narHash": "sha256-Fhh9FK9CvuCLxG1WkWJPoendDeXKI4gHYTfezo1n2Zg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4c5106ed0f3168ff2df21b646aef67e86cbfc11c", "rev": "0e2f7876d2f2ae98a67d89a8bef8c49332aae5af",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -81,11 +81,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1657781616, "lastModified": 1658401027,
"narHash": "sha256-M/wl8+gRNELNhEmNjWTZVf61lfZIyiUn/NkyEqQAW80=", "narHash": "sha256-z/sDfzsFOoWNO9nZGfxDCNjHqXvSVZLDBDSgzr9qDXE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "76c9664813ed7082115ac7efb8a1619a804a631f", "rev": "83009edccc2e24afe3d0165ed98b60ff7471a5f8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -112,11 +112,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1658029355, "lastModified": 1659119360,
"narHash": "sha256-VJcYmkYfzwHrZ76SMH6y9KqoVFOPgZiJgh1rK9cF2mw=", "narHash": "sha256-ARjUQXdAkY3nqJZrN2VoPtYjhfdYDHQFBguSAKuRORE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4e329926df7ee5fa49929a83d31ee7d541f8b45c", "rev": "e8bc4c190a89b3d35d0a02be1a592470043daef7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -161,11 +161,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1656169028, "lastModified": 1658611562,
"narHash": "sha256-y9DRauokIeVHM7d29lwT8A+0YoGUBXV3H0VErxQeA8s=", "narHash": "sha256-jktQ3mRrFAiFzzmVxQXh+8IxZOEE4hfr7St3ncXeVy4=",
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "db3bd555d3a3ceab208bed48f983ccaa6a71a25e", "rev": "f436e6dbc10bb3500775785072a40eefe057b18e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -212,11 +212,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1657802959, "lastModified": 1659077768,
"narHash": "sha256-9+JWARSdlL8KiH3ymnKDXltE1vM+/WEJ78F5B1kjXys=", "narHash": "sha256-P0XIHBVty6WIuIrk2DZNvLcYev9956y1prT4zL212H8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4a01ca36d6bfc133bc617e661916a81327c9bbc8", "rev": "2a93ea177c3d7700b934bf95adfe00c435f696b8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3,7 +3,7 @@
enable = true; enable = true;
enableSessionWide = true; enableSessionWide = true;
settings = { settings = {
toggle_hud = "Shift_R+F12"; toggle_hud = "Ctrl_L+F12";
}; };
}; };
} }