ghostty: module has been merged to home-manager
This commit is contained in:
parent
311cd9042e
commit
a603dd1cad
4 changed files with 26 additions and 49 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue