Add pearl host

This commit is contained in:
Daniel Lundin 2024-09-03 17:13:48 +02:00
parent 318c9c9cc3
commit d8cd9df7d3
Signed by: dln
SSH key fingerprint: SHA256:Vhqxf7VIXwfS0r2j6bJiJ5A+hjhzMODtihuHIybqf3s
6 changed files with 173 additions and 96 deletions
home/dln

9
home/dln/pearl.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
imports = [
./home.nix
];
home.packages = with pkgs; [
];
}