mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-15 02:15:00 +00:00
add ghostty
This commit is contained in:
7
home.nix
7
home.nix
@@ -47,6 +47,10 @@
|
||||
# Python
|
||||
pkgs.uv
|
||||
pkgs.ruff
|
||||
pkgs.tectonic
|
||||
|
||||
# Codding
|
||||
pkgs.nixpacks
|
||||
|
||||
# sflx
|
||||
pkgs.vault
|
||||
@@ -56,12 +60,15 @@
|
||||
pkgs.nerd-fonts.jetbrains-mono
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".config/omp/config.yaml".source = ./files/omp/config.yaml;
|
||||
".config/ghostty/corfig".source = ./files/ghostty/config;
|
||||
".config/kitty".source = ./files/kitty;
|
||||
".gitconfig".source = ./files/git/gitconfig;
|
||||
".gitignore_global".source = ./files/git/gitignore_global;
|
||||
|
||||
Reference in New Issue
Block a user