testing claude code and niri wm on laptop

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-30 11:43:31 +02:00
parent 3715e542b2
commit 0465c56305
4 changed files with 29 additions and 12 deletions

View file

@ -1,5 +1,9 @@
{pkgs, ...}: {
{
pkgs,
unstable,
...
}: {
environment.systemPackages = with pkgs; [
pkgs.unstable.claude-code
unstable.claude-code
];
}