feat: add sbcl with basic asdf config
This commit is contained in:
parent
be46676944
commit
44086a09b3
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ _: {
|
|||
./newsboat.nix
|
||||
./nvim.nix
|
||||
./pipewire.nix
|
||||
./sbcl.nix
|
||||
./sioyek.nix
|
||||
./sway.nix
|
||||
];
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
];
|
||||
|
||||
file.".config/common-lisp/source-registry.conf.d/lisp.conf".text = ''
|
||||
(:tree "/home/buffet/proj")
|
||||
(:tree "/home/buffet/proj/bechamel")
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue