Home Gen115 @ 2024-04-26-14:51

This commit is contained in:
Jonas Röger 2024-04-26 14:51:06 +02:00
parent 19abe6fceb
commit 2f1933b064

View File

@ -9,6 +9,16 @@
pkgs.kitty
];
programs.wpaperd = {
enable = true;
settings = {
wallpaper = {
path = ./static/wallpaper/nord.png;
mode = "fit";
};
};
};
programs.waybar.enable = true;
programs.waybar.settings.mainBar = {
position = "top";