feat(home-server): switch editor to helix
This commit is contained in:
parent
81ff557878
commit
f310bc09d2
|
@ -1,11 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./shell ./editors/lsp.nix ./editors/helix.nix ./git.nix ];
|
||||||
./shell
|
|
||||||
# ./editors
|
|
||||||
./git.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [ fh ncurses ];
|
home.packages = with pkgs; [ fh ncurses ];
|
||||||
|
|
||||||
|
@ -27,11 +23,6 @@
|
||||||
|
|
||||||
programs.git.defaultProfile = "private";
|
programs.git.defaultProfile = "private";
|
||||||
|
|
||||||
home.sessionVariables.EDITOR = "nvim";
|
|
||||||
programs.neovim.enable = true;
|
|
||||||
programs.neovim.viAlias = true;
|
|
||||||
programs.neovim.vimAlias = true;
|
|
||||||
|
|
||||||
xdg.configFile."nixpkgs/config.nix".text = ''
|
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||||
{
|
{
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue