mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-10 17:08:40 +00:00
Delete some things we should be putting in devshells, and move to ghostty (#108)
This commit is contained in:
9
home-manager/modules/ghostty.nix
Normal file
9
home-manager/modules/ghostty.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.ghostty
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user