This commit is contained in:
2023-02-25 12:14:41 +00:00
parent d66e0951d4
commit 4f76414d98
4 changed files with 11 additions and 26 deletions

View File

View File

@@ -3,24 +3,9 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
./global
];
nixpkgs = {
overlays = [
# Add overlays your own flake exports (from overlays and pkgs dir):
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
];
# Configure your nixpkgs instance
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = (_: true);
};
};
home.username = "sstent";
home.homeDirectory = "/home/sstent";
home.stateVersion = "23.05";