feat: update flake inputs

This commit is contained in:
tux
2026-01-15 20:20:26 +05:30
parent 2d055ab10d
commit a049a66619
13 changed files with 203 additions and 177 deletions

View File

@@ -181,11 +181,7 @@
gap_size = 5;
bg_col = "rgb(111111)";
workspace_method = "center current";
enable_gesture = true;
gesture_fingers = 3;
gesture_distance = 300;
gesture_positive = true;
};
};

View File

@@ -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 = "";
};
};
};

View File

@@ -44,5 +44,7 @@
};
};
environment.systemPackages = with pkgs; [nextcloud31];
environment.systemPackages = with pkgs; [
nextcloud32
];
}