home-manager-conf/freya/enishen.nix

17 lines
91 B
Nix

{lib, pkgs, ...}:
let
in
{
home.packages = with pkgs; [
];
imports = [
];
}