Regenerated
This commit is contained in:
+394
-395
File diff suppressed because it is too large
Load Diff
+2
-3
@@ -1245,7 +1245,7 @@ let
|
|||||||
homeDir = "/home/${username}";
|
homeDir = "/home/${username}";
|
||||||
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
|
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
|
||||||
wallpaperDst = "${homeDir}/Wallpapers";
|
wallpaperDst = "${homeDir}/Wallpapers";
|
||||||
randoScript = "${homeDir}/Wallpapers/scripts/randomizeWallpapers.sh";
|
randoScript = "${homeDir}/.config/awww/scripts/randomizeWallpapers.sh";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Make bash available
|
# Make bash available
|
||||||
@@ -1257,7 +1257,7 @@ in
|
|||||||
pkgs.waypaper pkgs.socat ];
|
pkgs.waypaper pkgs.socat ];
|
||||||
|
|
||||||
# Create the copy script using Home Manager, following Waybar style
|
# Create the copy script using Home Manager, following Waybar style
|
||||||
This can not be done using a prepared script
|
# This can not be done using a prepared script
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
@@ -4559,7 +4559,6 @@ These are config files for .config/stylix
|
|||||||
#+BEGIN_SRC conf :tangle generated/.config/stylix/stylix.conf :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC conf :tangle generated/.config/stylix/stylix.conf :noweb yes :mkdirp yes :eval never
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
||||||
image = ../../../assets/hyprland/wallpaperstuff/pictures/wall1.jpg;
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
||||||
image = ../../../assets/hyprland/wallpaperstuff/pictures/wall1.jpg;
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ let
|
|||||||
homeDir = "/home/${username}";
|
homeDir = "/home/${username}";
|
||||||
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
|
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
|
||||||
wallpaperDst = "${homeDir}/Wallpapers";
|
wallpaperDst = "${homeDir}/Wallpapers";
|
||||||
randoScript = "${homeDir}/Wallpapers/scripts/randomizeWallpapers.sh";
|
randoScript = "${homeDir}/.config/awww/scripts/randomizeWallpapers.sh";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Make bash available
|
# Make bash available
|
||||||
@@ -18,7 +18,7 @@ in
|
|||||||
pkgs.waypaper pkgs.socat ];
|
pkgs.waypaper pkgs.socat ];
|
||||||
|
|
||||||
# Create the copy script using Home Manager, following Waybar style
|
# Create the copy script using Home Manager, following Waybar style
|
||||||
This can not be done using a prepared script
|
# This can not be done using a prepared script
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|||||||
Reference in New Issue
Block a user