Update to NixOS 22.05

This commit is contained in:
Paul-Henri Froidmont 2021-12-01 02:13:36 +01:00
parent 0b17800a3b
commit fba12571c3
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 13 additions and 38 deletions

View file

@ -1,22 +0,0 @@
{ config, lib, pkgs, ... }:
{
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
# ];
# });
# };
# };
# home.packages = with pkgs; [
# steam
# dolphinEmu
# ];
};
}