From 4ff3ab574f4faa7a888d255b2701c36d52716a5c Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 12 May 2025 12:35:37 +0200 Subject: [PATCH] change wallpaper on all configs instead of just laptop --- homeConfigs/home.nix | 4 ++-- homeConfigs/hosts/laptop.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/homeConfigs/home.nix b/homeConfigs/home.nix index 1abb99f..f892c46 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/04/25 00:08:54 by tomoron ### ########.fr # +# Updated: 2025/05/12 12:35:00 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -66,7 +66,7 @@ home.file = { #should be able to make most of these in nix configs - ".config/wallpaper.png".source = lib.mkDefault utils/wallpaper.png; + ".config/wallpaper.png".source = lib.mkDefault utils/wallpaper_test.png; ".config/pc.jpg".source = lib.mkDefault utils/pc.jpg; ".config/rofi/config.rasi".text = "@theme \"rounded-nord-dark.rasi\""; diff --git a/homeConfigs/hosts/laptop.nix b/homeConfigs/hosts/laptop.nix index 9e9b789..d321393 100644 --- a/homeConfigs/hosts/laptop.nix +++ b/homeConfigs/hosts/laptop.nix @@ -1,7 +1,6 @@ { lib, pkgs, ... }: { - home.file.".config/wallpaper.png".source = ../utils/wallpaper_test.png; programs.waybar.settings.mainBar = { modules-right = lib.mkBefore ["custom/fans" "custom/dgpu"]; "custom/dgpu" = {