switch from stable as default to unstable as default

This commit is contained in:
TheWanderingCrow 2026-04-02 15:34:12 -04:00
parent 2129e60782
commit 4264f92c19
25 changed files with 61 additions and 201 deletions

View file

@ -29,7 +29,7 @@ in
programs.zsh.enable = true;
environment.systemPackages = [
pkgs.unstable.jujutsu
pkgs.jujutsu
pkgs.vim
pkgs.just
];