Use home-manager, ghostty home settings

This commit is contained in:
Fern Garden 2025-07-19 17:57:59 +08:00
parent be1132ccb6
commit 667c8259c0
6 changed files with 66 additions and 0 deletions

View file

@ -12,6 +12,12 @@
sops-nix.url = "github:Mic92/sops-nix"; # Secrets management.
nixvim.url = "github:nix-community/nixvim"; # Neovim.
# Home manager.
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# Secrets repo.
secrets = {
url = "git+ssh://git@docker.local:222/fern/secrets?ref=main";