Reformat Nix files
This commit is contained in:
parent
f39ddc8078
commit
fdc4148540
9 changed files with 87 additions and 82 deletions
|
|
@ -1,16 +1,18 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
home-manager.users.froidmpa = {pkgs, config, ...}: {
|
||||
home-manager.users.froidmpa = { pkgs, config, ... }: {
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
packageOverrides = super: let self = super.pkgs; in {
|
||||
lutris-unwrapped = super.lutris-unwrapped.overridePythonAttrs (oldAttrs: rec {
|
||||
patches = [
|
||||
./lutris_sort_new_with_model_fix.patch
|
||||
];
|
||||
});
|
||||
};
|
||||
packageOverrides = super:
|
||||
let self = super.pkgs; in
|
||||
{
|
||||
lutris-unwrapped = super.lutris-unwrapped.overridePythonAttrs (oldAttrs: rec {
|
||||
patches = [
|
||||
./lutris_sort_new_with_model_fix.patch
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue