mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
misc cleanup
This commit is contained in:
parent
7326e9213e
commit
ef9f011e57
9 changed files with 62 additions and 60 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue