Polish ringtail NixOS config and add documentation #208
1 changed files with 1 additions and 0 deletions
Disable sway config check for runtime wallpaper path
The Nix build sandbox can't access ~/.config/sway/wallpaper.jpg, so the config check fails. The config is valid at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
391dd2dd10
|
|
@ -173,6 +173,7 @@ in
|
|||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
checkConfig = false;
|
||||
config = {
|
||||
terminal = "wezterm";
|
||||
modifier = "Mod4";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue