Hyprland configs, adding mount points for other hard drives, adjusting btrfs subvolume use.

This commit is contained in:
2025-10-13 15:50:19 -05:00
parent 151ec8427e
commit 344ba2af68
7 changed files with 203 additions and 16 deletions

4
modules/home/vim.nix Executable file → Normal file
View 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;
};
}