refactor: streamline upgrade script and update Flutter environment variable
All checks were successful
Nix Format Check / check-format (push) Successful in 39s

This commit is contained in:
2024-11-21 22:25:19 +01:00
parent 5c73283e5f
commit eabff41a56
9 changed files with 57 additions and 43 deletions

View File

@ -65,6 +65,6 @@
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.unstable;
};
}

View File

@ -2,7 +2,6 @@
{
imports = [ ./virtualisation.nix ];
programs.adb.enable = true;
environment.systemPackages = with pkgs; [
yubikey-manager
trash-cli