neovim config in nix file
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user