Hyprland configs, adding mount points for other hard drives, adjusting btrfs subvolume use.
This commit is contained in:
4
modules/home/vim.nix
Executable file → Normal file
4
modules/home/vim.nix
Executable file → Normal file
@@ -53,7 +53,7 @@
|
||||
};
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
orgmode
|
||||
vim-nix
|
||||
vim-nix
|
||||
];
|
||||
|
||||
extraConfigLua = ''
|
||||
@@ -82,6 +82,6 @@
|
||||
autocmd FileType nix setlocal noexpandtab tabstop=4 shiftwidth=4 softtabstop=0
|
||||
'';
|
||||
|
||||
#colorschemes.base16.enable = true;
|
||||
colorschemes.base16.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user