nixos-config/configs/workhorse/packages.nix

4 lines
121 B
Nix

{ config, pkgs, ... }:
let unstable = import <nixpkgs-unstable> { };
in { environment.systemPackages = with pkgs; [ ]; }