mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-02-04 16:26:46 +05:30
feat: update flake inputs
This commit is contained in:
@@ -5,15 +5,13 @@
|
||||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
splash_offset = 20;
|
||||
|
||||
preload = [
|
||||
"~/Wallpapers/new/sunset-pixel.png"
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
", ~/Wallpapers/new/sunset-pixel.png"
|
||||
];
|
||||
wallpaper = {
|
||||
monitor = "";
|
||||
path = "~/Wallpapers/new/sunset-pixel.png";
|
||||
fit_mode = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user