Initialize nix-darwin config for darwinix
This commit is contained in:
17
home/homemodules/darwin.nix
Normal file
17
home/homemodules/darwin.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
# My own HM modules
|
||||
./color
|
||||
./fish
|
||||
./git
|
||||
./kitty
|
||||
./lazygit
|
||||
./neovim
|
||||
./paths
|
||||
./yazi
|
||||
|
||||
# HM modules imported from the flake inputs
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
inputs.textfox.homeManagerModules.default
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user