WIP
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
{ ... }: {
|
||||
|
||||
home.file.".config/nvim" = {
|
||||
source = ./nvchad;
|
||||
recursive = true;
|
||||
force = true;
|
||||
# BUG requires --impure
|
||||
source = /home/biscuit/Nixos/packages/nvim/nvchad;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
||||
Submodule
+1
Submodule packages/nvim/nvchad added at 2b4293a4c1
@@ -0,0 +1,18 @@
|
||||
{ ... }: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
# autosuggestions.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
upd = "sudo nixos-rebuild switch --flake /home/biscuit/Nixos/#biscuit";
|
||||
hupd = "home-manager switch --flake /home/biscuit/Nixos/#biscuit --impure";
|
||||
};
|
||||
history.size = 10000;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user