rename "home" directory to "home-manager"
My dotfiles will be moved to the "home" directory later
This commit is contained in:
parent
ee2b9fa9e0
commit
3144febfad
16 changed files with 13 additions and 13 deletions
12
home-manager/helix.nix
Normal file
12
home-manager/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