neovim config in nix file

This commit is contained in:
2025-02-12 12:55:14 +01:00
parent 80a448c500
commit ac0c894ba2
17 changed files with 65 additions and 1350 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2025/02/10 05:27:03 by tomoron ### ########.fr #
# Updated: 2025/02/12 04:13:26 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -69,6 +69,8 @@
'';
};
home.sessionPath = [ "~/.local/bin" ];
home.file = { #should be able to make most of these in nix configs
".config/nitrogen/wallpaper.png".source = lib.mkDefault dotfiles/config/nitrogen/wallpaper.png;
".xinitrc".text = "exec bspwm";