refactor(sway): rework wallpapers integration
This commit is contained in:
parent
61685e8253
commit
674d531d32
5 changed files with 28 additions and 8 deletions
|
@ -13,6 +13,19 @@ in
|
|||
description = "configure laptop mode";
|
||||
};
|
||||
|
||||
wallpapers = {
|
||||
lockscreen = mkOption {
|
||||
type = types.path;
|
||||
default = "";
|
||||
description = "path for lockscreen wallpaper";
|
||||
};
|
||||
desktop = mkOption {
|
||||
type = types.path;
|
||||
default = "";
|
||||
description = "path for desktop wallpaper";
|
||||
};
|
||||
};
|
||||
|
||||
waybar = {
|
||||
laptop = mkOption {
|
||||
type = types.bool;
|
||||
|
@ -130,7 +143,7 @@ in
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
platformTheme.name = "adwaita";
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
xdg = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue