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"];
};
};

View File

@@ -33,7 +33,7 @@
shortcuts.launch = "Meta+Space";
};
kscreenlocker = {
appearance.wallpaper = "/home/chase/nixos-config/home/wallpaper.jpg";
appearance.wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
};
kwin = {
effects = {
@@ -134,7 +134,7 @@
"services/com.mitchellh.ghostty.desktop"."_launch" = "Meta+X";
};
workspace = {
wallpaper = "/home/chase/nixos-config/home/wallpaper.jpg";
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
};
};
}

View File

@@ -6,7 +6,7 @@
set -e
pushd ~/nixos-config
pushd ~/nix-config
if git diff --quiet; then
echo "No changes detected, exiting."