This repository has been archived on 2024-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
nixos/hosts/phoebe/dev-home.nix

9 lines
113 B
Nix

{ pkgs, ... }:
{
imports = [
../../modules/dev-home-common.nix
];
home.packages = with pkgs; [
];
}