nixos-config/configs/workhorse/packages.nix
2019-10-24 02:24:33 +02:00

8 lines
127 B
Nix

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