Compare commits

..

No commits in common. "b5970664b7d0d1cbb21bc570d88f9e4e1764e01d" and "18edb31aa12cd46bced8d7ba02786563602856e1" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -73,15 +73,6 @@
nvidia.modesetting.enable = true;
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
home-manager
wget

View File

@ -65,7 +65,6 @@
syntaxHighlighting.enable = true;
history.size = 100000;
shellAliases = {
config = "cd ~/nix-config";
};
};