mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 10:48:34 +02:00
reafactor: editors
This commit is contained in:
6
home/base/server/editors/helix/default.nix
Normal file
6
home/base/server/editors/helix/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = pkgs.helix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user