move haze home-manager config to shared modules
This commit is contained in:
parent
011bd84e6b
commit
62987add4b
8 changed files with 149 additions and 37 deletions
12
home/helix.nix
Normal file
12
home/helix.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.helix ];
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
xdg.configFile."helix".source = "${config.dotfiles.path}/.config/helix";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue