Configuration for enishen

This commit is contained in:
2021-11-20 21:44:20 +02:00
parent b9a26e1817
commit fcfae78e51
2 changed files with 39 additions and 0 deletions

16
freya/enishen.nix Normal file
View File

@ -0,0 +1,16 @@
{lib, pkgs, ...}:
let
in
{
home.packages = with pkgs; [
];
imports = [
];
}