first try
This commit is contained in:
parent
9a43edcd92
commit
3f28ff67e3
26 changed files with 664 additions and 33 deletions
13
modules/home/editor/default.nix
Normal file
13
modules/home/editor/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
marksman
|
||||
];
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = import ./helix-config.nix;
|
||||
themes = ./helix-theme.nix;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue