diff --git a/homeConfigs/home.nix b/homeConfigs/home.nix index d789e35..1a7afdb 100644 --- a/homeConfigs/home.nix +++ b/homeConfigs/home.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# # -# Updated: 2025/02/12 04:13:26 by tomoron ### ########.fr # +# Updated: 2025/02/12 16:41:58 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -72,8 +72,7 @@ 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"; + ".config/wallpaper.png".source = lib.mkDefault utils/wallpaper.png; ".local/share/rofi/themes".source = "${builtins.fetchGit { url = "https://github.com/newmanls/rofi-themes-collection"; diff --git a/homeConfigs/modules/x11/x11.nix b/homeConfigs/modules/x11/x11.nix index 53f3167..d6b28f5 100644 --- a/homeConfigs/modules/x11/x11.nix +++ b/homeConfigs/modules/x11/x11.nix @@ -8,6 +8,7 @@ }; config = lib.mkIf config.mods.x11.enable { + home.file.".xinitrc".text = "exec bspwm"; home.packages = with pkgs; [ nitrogen numlockx diff --git a/homeConfigs/utils/wallpaper.png b/homeConfigs/utils/wallpaper.png new file mode 100644 index 0000000..3269dd6 Binary files /dev/null and b/homeConfigs/utils/wallpaper.png differ