/ users / vincent / dev / lisp.nix
lisp.nix
1  { pkgs, ... }:
2  
3  {
4    home.packages = with pkgs; [
5      roswell
6      sbcl
7    ];
8  }