Gen 402: created system config for my laptop

This commit is contained in:
pagedMov
2024-10-12 02:34:23 -04:00
parent 4cdda63bcd
commit 5eb832fcf7
92 changed files with 4609 additions and 130 deletions

View File

@@ -0,0 +1,18 @@
{ username, ... }:
{
services.hyprpaper = {
enable = true;
settings = {
ipc = "on";
splash = false;
splash_offset = 2.0;
preload = [ "/home/${username}/Pictures/Wallpapers/cat-leaves.png" ];
wallpaper = [
"DP-1,/home/${username}/Pictures/Wallpapers/cat-leaves.png"
"HDMI-A-1,/home/${username}/Pictures/Wallpapers/cat-leaves.png"
];
};
};
}