WIP
This commit is contained in:
+9
-19
@@ -1,13 +1,9 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
inputs, outputs, lib, config, pkgs, ...
|
||||
}: {
|
||||
imports = [
|
||||
# ../packages/nvim/default.nix
|
||||
../packages/nvim/default.nix
|
||||
../packages/zsh/default.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
@@ -16,25 +12,19 @@
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
# pkgs.neovim
|
||||
];
|
||||
home.sessionVariables = {
|
||||
# EDITOR = "nvim";
|
||||
};
|
||||
|
||||
#home.file.".config/nvim" = {
|
||||
# source = ./nvchad;
|
||||
# recursive = true;
|
||||
# force = true;
|
||||
# };
|
||||
|
||||
};
|
||||
|
||||
programs.git.enable = true;
|
||||
programs.neovim.enable = true;
|
||||
programs.bash.shellAliases = {
|
||||
enable = true;
|
||||
ll = "ls -l";
|
||||
enable = true;
|
||||
ll = "ls -l";
|
||||
};
|
||||
|
||||
programs.neovim.enable = true;
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Submodule home-manager/nvchad deleted from 2b4293a4c1
Reference in New Issue
Block a user