Goo
This commit is contained in:
14
users/configs/system/ghostty/default.nix
Normal file
14
users/configs/system/ghostty/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
hostname,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/ghostty/config" = {
|
||||
source = ./config;
|
||||
};
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user