ghostty: module has been merged to home-manager

This commit is contained in:
Daniel Lundin 2025-01-02 16:19:21 +01:00
parent 311cd9042e
commit a603dd1cad
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
4 changed files with 26 additions and 49 deletions

View file

@ -22,14 +22,12 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
ghostty-hm.url = "github:clo4/ghostty-hm-module";
};
outputs =
inputs@{
self,
nixpkgs,
ghostty-hm,
home-manager,
...
}:
@ -55,7 +53,6 @@
inherit inputs outputs;
};
modules = [
ghostty-hm.homeModules.default
./home/common
] ++ modules;
};