updated inputs, nvidia beta packages

This commit is contained in:
Charlie Root 2024-05-29 13:28:47 +02:00
commit 67eca9f3b6
4 changed files with 9 additions and 17 deletions

14
flake.lock generated
View file

@ -833,11 +833,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1716932244, "lastModified": 1716968065,
"narHash": "sha256-hyacwt+mqkIQ+stx1RyIMmq8UYE/JkMqpxVbZOLzEyI=", "narHash": "sha256-kuVKS98JUgJ71Z3sRUo+YnQgmX8xdXoZZbBPyIZMWYs=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "ebf258788e46cd0320fb17138ba413f719180418", "rev": "a60c7283e677ed81a466d1c0c864c8a05e192cac",
"revCount": 4749, "revCount": 4750,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@ -1190,11 +1190,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1716509168, "lastModified": 1716769173,
"narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=", "narHash": "sha256-7EXDb5WBw+d004Agt+JHC/Oyh/KTUglOaQ4MNjBbo5w=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bfb7a882678e518398ce9a31a881538679f6f092", "rev": "9ca3f649614213b2aaf5f1e16ec06952fe4c2632",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -71,7 +71,7 @@
}; };
helix.enable = true; helix.enable = true;
kakoune.enable = true; kakoune.enable = true;
nixvim.enable = true; nixvim.enable = false;
}; };
services = { services = {
pipewire.enable = true; pipewire.enable = true;

View file

@ -68,7 +68,6 @@ in {
nixpkgs-wayland.swww nixpkgs-wayland.swww
nmap nmap
notesnook notesnook
obs-studio
obsidian obsidian
onlyoffice-bin onlyoffice-bin
pamixer pamixer

View file

@ -16,13 +16,6 @@
powerManagement.enable = false; powerManagement.enable = false;
powerManagement.finegrained = false; powerManagement.finegrained = false;
nvidiaSettings = false; nvidiaSettings = false;
# package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
version = "555.42.02";
sha256_64bit = "sha256-k7cI3ZDlKp4mT46jMkLaIrc2YUx1lh1wj/J4SVSHWyk=";
openSha256 = "sha256-3/eI1VsBzuZ3Y6RZmt3Q5HrzI2saPTqUNs6zPh5zy6w=";
settingsSha256 = "";
persistencedSha256 = "";
};
}; };
} }