do editor fuckery

This commit is contained in:
Schrottkatze 2025-05-02 15:34:12 +02:00
parent bd60655fcc
commit 458a56ab4d
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
8 changed files with 283 additions and 226 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
programs.niri.enable = true;
home-manager.users.jade =
{ pkgs, ... }:
{
imports = [
./helix
./zed
];
};
}