mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
8 lines
69 B
Nix
8 lines
69 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = [
|
|
pkgs.devbox
|
|
];
|
|
}
|