Monitor specific configs in hosts

This commit is contained in:
2025-04-15 17:48:57 +02:00
parent 980334b44b
commit 4a884f5e6e
12 changed files with 63 additions and 65 deletions

View File

@ -5,8 +5,9 @@ rec {
nerdFont = "JetBrainsMono";
wallpaper = {
wallpaper = rec {
lockscreen = ./assets/catppuccin_page_curl.png;
default = monitor1;
monitor1 = ./assets/nixos_waves.png;
monitor2 = ./assets/ekg_v2.png;
};