misc cleanup

This commit is contained in:
Gerg-L 2023-03-28 22:01:50 -04:00
parent 7326e9213e
commit ef9f011e57
9 changed files with 62 additions and 60 deletions

View file

@ -40,7 +40,11 @@ inputs: {
videoDrivers = ["nvidia" "amdgpu"];
};
nixpkgs.config.allowUnfree = true;
nixpkgs.allowedUnfree = [
"nvidia-x11"
"steam"
"steam-original"
];
environment.systemPackages = [
pkgs.bitwarden #store stuff
@ -54,6 +58,7 @@ inputs: {
pkgs.ripgrep
pkgs.lutris
pkgs.prismlauncher
pkgs.xautoclick
# wrap webcord to remove state file https://github.com/SpacingBat3/WebCord/issues/360
(pkgs.symlinkJoin {
name = "webcord-wrapper";