Dump nixos config after scrubing
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... } : {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
shellAliases = {
|
||||
n = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/nvim" = {
|
||||
recursive = true;
|
||||
source = ./explicit-configs/nvim;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user