Use home-manager, ghostty home settings
This commit is contained in:
parent
be1132ccb6
commit
667c8259c0
6 changed files with 66 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue