mirror of
https://github.com/larstvei/nix-config.git
synced 2025-10-13 14:30:12 +00:00
7 lines
108 B
Nix
7 lines
108 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
home.packages = [
|
|
inputs.emacs-larstvei.defaultPackage.${pkgs.system}
|
|
];
|
|
}
|