stockholm/lass/1systems/helios/config.nix

8 lines
107 B
Nix
Raw Normal View History

2017-09-19 10:34:43 +00:00
with import <stockholm/lib>;
{ pkgs, ... }:
2017-09-19 10:34:43 +00:00
{
environment.systemPackages = with pkgs; [
dpass
];
}