Add flake.lock and hardware configuration
Remove quickshell input from flake.nix Rename vaapiVdpau to libva-vdpau-driver and use libvdpau-va-gl for VA/VDPAU support. Remove amdvlk from default package lists. Simplify corectrl config and enable hardware.amdgpu.overdrive for AMD overclocking.
This commit is contained in:
@@ -4,15 +4,9 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
quickshell = {
|
||||
url = "github:outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.quickshell.follows = "quickshell";
|
||||
};
|
||||
|
||||
zen-browser = {
|
||||
|
||||
Reference in New Issue
Block a user