fix: nixpkgs after 16 aug not working, had to use nvidia open
This commit is contained in:
parent
3927a4e96b
commit
2d1b4be5e2
3 changed files with 7 additions and 8 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -883,17 +883,17 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1726410565,
|
||||
"narHash": "sha256-l/QXpfWIcTBZP11SbFzlqycxtHeCpsAbTsaplsyGFFs=",
|
||||
"lastModified": 1727525597,
|
||||
"narHash": "sha256-7cdO6lWNE54nxGk4l9BrVjPAAuKaRFQw9H03nkxWKk8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d6725bb4e318c25f5d6f909cad7ea3e7688ab238",
|
||||
"rev": "ae432fd808730915310847bfc8bcb279e27c5330",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "master",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d6725bb4e318c25f5d6f909cad7ea3e7688ab238",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
description = "Nixos config flake";
|
||||
|
||||
inputs = {
|
||||
# nixpkgs.url = "github:nixos/nixpkgs/master";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/master";
|
||||
# nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
|
||||
|
||||
nix-colors = {
|
||||
url = "github:itepastra/nix-colors";
|
||||
|
|
|
|||
|
|
@ -35,9 +35,8 @@
|
|||
modesetting.enable = true;
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
finegrained = false;
|
||||
};
|
||||
open = false;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue