nixos-config/configs/workhorse/packages.nix
Ingolf Wagner 54bab918d7
init
2019-10-24 02:24:33 +02:00

7 lines
127 B
Nix

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