fixed wallpapers path

This commit is contained in:
Bryan Ramos 2024-05-08 21:33:45 -04:00
parent f4787dc412
commit ace324425d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 7 additions and 3 deletions

View file

@ -5,6 +5,9 @@ let
name = "bryan";
email = "bryan@ramos.codes";
shell = pkgs.bash;
wallpaper = "mountains.jpg";
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
sshKeys = [

View file

@ -17,13 +17,13 @@ in
HDMI-A-1 = {
resolution = "1920x1080";
position = "0,0";
bg = "~/Pictures/wallpapers fill";
bg = "~/Pictures/wallpapers/${config.user.wallpaper} fill";
};
DP-1 = {
resolution = "1080x1920";
position = "1920,0";
transform = "90";
bg = "~/Pictures/wallpapers fill";
bg = "~/Pictures/wallpapers/${config.user.wallpaper} fill";
};
};
modifier = "Mod1";

View file

@ -55,7 +55,7 @@ in
fonts.fontconfig.enable = true;
home.file."~/Pictures/wallpapers" = {
home.file."Pictures/wallpapers" = {
source = ../../wallpapers;
recursive = true;
};

View file

Before

Width:  |  Height:  |  Size: 609 KiB

After

Width:  |  Height:  |  Size: 609 KiB

Before After
Before After

1
wallpapers Symbolic link
View file

@ -0,0 +1 @@
src/user/modules/gui/wallpapers/