Update to NixOS 22.05
This commit is contained in:
parent
0b17800a3b
commit
fba12571c3
4 changed files with 13 additions and 38 deletions
|
|
@ -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
|
||||
# ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue