home
Unnamed repository; edit this file 'description' to name the repository.
Log
|
Files
|
Refs
|
README
|
LICENSE
lisp.nix (73B)
1
{ pkgs, ... }:
2
{
3
home.packages = with pkgs; [
4
sbcl
5
asdf
6
];
7
}