ran deadnix

This commit is contained in:
Rouven Seifert 2023-05-19 11:42:43 +02:00
parent 1244ba2adf
commit 3df08b721e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
31 changed files with 32 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
environment.variables = { EDITOR = "hx"; }; # we set helix in here to have it shared
environment.systemPackages = with pkgs; [