chore: Update flake inputs, remove chotic flake and switch to beta nvidia driver

This commit is contained in:
ulic-youthlic 2025-12-12 00:56:26 +08:00
parent 3185f43ff7
commit cee982f17f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 192 additions and 469 deletions

View file

@ -32,7 +32,6 @@
cudaSupport = false;
ncclSupport = false;
};
awscli2 = inputs.nixpkgs-fix-awscli2.legacyPackages.${p.stdenv.hostPlatform.system}.awscli2;
};
};
};

View file

@ -14,7 +14,7 @@ in {
config = lib.mkIf cfg.enable {
hardware.graphics.enable32Bit = true;
environment.systemPackages = with pkgs; [
gamescope_git
gamescope
];
programs.steam = {
enable = true;

View file

@ -10,7 +10,6 @@
stylix.nixosModules.stylix
disko.nixosModules.disko
lix-module.nixosModules.default
chaotic.nixosModules.default
nixvim.nixosModules.nixvim
./..