run deadnix

This commit is contained in:
insects 2024-08-21 14:29:24 +02:00
parent b0e9c6d3dd
commit 61086f393a
16 changed files with 14 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [
python3 # needed for installing node.js
];