flake: add overlays and minimal devShell

inspired by 1cbeaa156b/profiles/base/default.nix
This commit is contained in:
Trolli Schmittlauch 2024-02-12 19:12:47 +01:00
parent bcf415bcec
commit 5cb55e9805
3 changed files with 22 additions and 4 deletions

View file

@ -1,6 +1,8 @@
{ pkgs, config, ... }:
{ lib, pkgs, config, ... }:
{
# take overlays from flake
nixpkgs.overlays = lib.attrValues config.inputInjection.flake-inputs.self.overlays;
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
wget