nixos-config/configs/workhorse/packages.nix

8 lines
127 B
Nix
Raw Normal View History

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