feat: Let lain borrow crumb's vimrc
This commit is contained in:
@@ -26,8 +26,18 @@
|
||||
|
||||
homeConfiguration = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
../crumb/programs/nvim.nix
|
||||
];
|
||||
|
||||
programs.bash.enable = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
"EDITOR" = "nvim";
|
||||
"VISUAL" = "nvim";
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.btop ];
|
||||
|
||||
sydnix = {
|
||||
impermanence = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user