chore(flake): update inputs
This commit is contained in:
parent
1c5879397d
commit
afed40dfd9
18
flake.lock
18
flake.lock
|
@ -104,11 +104,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1615419569,
|
"lastModified": 1616318638,
|
||||||
"narHash": "sha256-+ewB0sQGeoYryWZk2Ww2Lm/5jeqhlYTjGy6zEX2Mm1I=",
|
"narHash": "sha256-E6ABXtzw6bHmrIirB1sJL6S2MEa3sfcvRLzRa92frCo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "040ea28e448a93d24540b7cf2eda4b25300c5ab1",
|
"rev": "ddcd476603dfd3388b1dc8234fa9d550156a51f5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -120,11 +120,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1615532953,
|
"lastModified": 1616174264,
|
||||||
"narHash": "sha256-SWpaGjrp/INzorEqMz3HLi6Uuk9I0KAn4YS8B4n3q5g=",
|
"narHash": "sha256-88Pu2xh1p2tixNxdijfqoCqq9ymkEx0d6jc7ycWavLo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "916ee862e87ac5ee2439f2fb7856386b4dc906ae",
|
"rev": "f5e8bdd07d1afaabf6b37afc5497b1e498b8046f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -136,11 +136,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1615567728,
|
"lastModified": 1616319490,
|
||||||
"narHash": "sha256-UmbJ4rpiwEBja1DejkDji5I6wZjACEM8S6KJgJJ88Hg=",
|
"narHash": "sha256-pWpCv+2kGg/LYGeNtcePtmJErN8ApNmSiyeVDwZWI24=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "12180e943f64b5cf43d93081bd0fb2c0334340da",
|
"rev": "dc4c374b177c67052d1aeaa71a3ec2777aed1f30",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.chromium.override {
|
package = pkgs.chromium.override {
|
||||||
enableVaapi = true; # NVIDIA also requires vdpau backend
|
commandLineArgs = "--force-dark-mode --enable-features=VaapiVideoDecoder";
|
||||||
commandLineArgs = "--force-dark-mode";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue