Add pearl host
This commit is contained in:
parent
318c9c9cc3
commit
d8cd9df7d3
6 changed files with 173 additions and 96 deletions
home/dln
9
home/dln/pearl.nix
Normal file
9
home/dln/pearl.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue