deja: init for testing. Later porting to nixpkgs

This commit is contained in:
2026-05-21 18:39:24 +02:00
parent 36aa61d89b
commit 2aededa14c
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
_: {
{pkgs-unstable, ...}: {
home.packages = [
(pkgs-unstable.callPackage ../packages/deja.nix {})
];
programs.zsh = {
enable = true;
autosuggestion.enable = true;