diff --git a/apps/stylix/home.nix b/apps/stylix/home.nix index ab18171..0895937 100644 --- a/apps/stylix/home.nix +++ b/apps/stylix/home.nix @@ -1,14 +1,10 @@ -{ - inputs, - myConfig, - ... -}: { +{inputs, ...}: { imports = [ inputs.stylix.homeModules.stylix ]; stylix = { enable = true; autoEnable = false; - image = "/home/${myConfig.nixos.username}/Pictures/Wallpapers/nord-1.png"; + image = "../../assets/Wallpapers/nord-1.png"; }; } diff --git a/assets/Wallpapers/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg b/assets/Wallpapers/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg new file mode 120000 index 0000000..4d1acae --- /dev/null +++ b/assets/Wallpapers/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg @@ -0,0 +1 @@ +/nix/store/yckzy9k5i7pvmlk6xjkdj4wwbfms1zpl-home-manager-files/Pictures/Wallpapers/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg \ No newline at end of file diff --git a/assets/Wallpapers/1-everforest.jpg b/assets/Wallpapers/1-everforest.jpg new file mode 120000 index 0000000..1c70d0a --- /dev/null +++ b/assets/Wallpapers/1-everforest.jpg @@ -0,0 +1 @@ +/nix/store/yckzy9k5i7pvmlk6xjkdj4wwbfms1zpl-home-manager-files/Pictures/Wallpapers/1-everforest.jpg \ No newline at end of file diff --git a/assets/Wallpapers/gruvbox-1.jpg b/assets/Wallpapers/gruvbox-1.jpg new file mode 120000 index 0000000..4eef819 --- /dev/null +++ b/assets/Wallpapers/gruvbox-1.jpg @@ -0,0 +1 @@ +/nix/store/yckzy9k5i7pvmlk6xjkdj4wwbfms1zpl-home-manager-files/Pictures/Wallpapers/gruvbox-1.jpg \ No newline at end of file diff --git a/assets/Wallpapers/kanagawa-1.png b/assets/Wallpapers/kanagawa-1.png new file mode 120000 index 0000000..c60d58c --- /dev/null +++ b/assets/Wallpapers/kanagawa-1.png @@ -0,0 +1 @@ +/nix/store/yckzy9k5i7pvmlk6xjkdj4wwbfms1zpl-home-manager-files/Pictures/Wallpapers/kanagawa-1.png \ No newline at end of file diff --git a/assets/Wallpapers/nord-1.png b/assets/Wallpapers/nord-1.png new file mode 120000 index 0000000..25bb553 --- /dev/null +++ b/assets/Wallpapers/nord-1.png @@ -0,0 +1 @@ +/nix/store/yckzy9k5i7pvmlk6xjkdj4wwbfms1zpl-home-manager-files/Pictures/Wallpapers/nord-1.png \ No newline at end of file