helix overlay

This commit is contained in:
Tyler Mayoff 2025-09-10 21:39:17 -04:00
parent 60ec6a3487
commit 9752fdeecb
8 changed files with 132 additions and 100 deletions

View file

@ -1,9 +1,7 @@
{pkgs, ...}: {
imports = [
../../home/common.nix
../../home/helide
../../home/ghostty.nix
];

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
../../home/common.nix
@ -17,7 +17,8 @@
username = "tyler";
homeDirectory = "/home/tyler";
packages = [
packages = with pkgs; [
godot
];
stateVersion = "23.11";