nixos-config/configs/workhorse/packages.nix

4 lines
121 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{ config, pkgs, ... }:
2019-12-20 05:54:26 +01:00
let unstable = import <nixpkgs-unstable> { };
in { environment.systemPackages = with pkgs; [ ]; }