Delete some things we should be putting in devshells, and move to ghostty (#108)

This commit is contained in:
Patrick Stevens
2025-01-06 23:46:35 +00:00
committed by GitHub
parent c45222500f
commit ca85c8de24
8 changed files with 20 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
{pkgs, ...}: {
programs.ghostty = {
enable = true;
};
home.packages = [
pkgs.ghostty
];
}