minor fix

This commit is contained in:
Yan Lin 2025-11-29 22:40:48 +01:00
parent a4b2a87960
commit c9515fa98a
3 changed files with 4 additions and 11 deletions

View file

@ -184,8 +184,4 @@ in
# Generate projects.json for shell scripts
home.file.".config/nix/config/projects.json".text = builtins.toJSON projectsConfig;
# Ensure Steam screenshots and recordings directories exist
home.file."Pictures/Steam/.gitkeep".text = "";
home.file."Pictures/Steam/recordings/.gitkeep".text = "";
}