mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
feat: add ghosty
This commit is contained in:
5
modules/home-manager/ghostty/default.nix
Normal file
5
modules/home-manager/ghostty/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
ghostty
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user