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