Refactoring, changed repo name from "nixos-config" to "nix-config"

This commit is contained in:
2025-06-06 23:05:16 -04:00
parent 40bcf42094
commit e9dec5a032
5 changed files with 6 additions and 305 deletions

View File

@@ -18,8 +18,8 @@
services.hyprpaper = {
enable = true;
settings = {
preload = ["/home/chase/nixos-config/home/wallpaper.jpg"];
wallpaper = ["/home/chase/nixos-config/home/wallpaper.jpg"];
preload = ["/home/chase/nix-config/home/wallpaper.jpg"];
wallpaper = ["/home/chase/nix-config/home/wallpaper.jpg"];
};
};