rename repo (and folders)

This commit is contained in:
2025-06-18 18:08:12 +02:00
parent d220b58c36
commit 9dba75fd8c
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ A modular, flake-based NixOS configuration supporting multiple hosts with shared
## 🏗️ Structure Overview
```
nixos/
nix-config/
├── flake.nix # Main flake definition with inputs and outputs
├── hosts/ # Host-specific configurations
│ ├── wildfire/ # Desktop workstation (AMD GPU)

View File

@ -1,3 +1,3 @@
{
programs.hyprlock.settings.background.path = "$HOME/git/nixos/modules/home/images/control-panel.png";
programs.hyprlock.settings.background.path = "$HOME/git/nix-config/modules/home/images/control-panel.png";
}

View File

@ -1,3 +1,3 @@
{
programs.hyprlock.settings.background.path = "$HOME/git/nixos/modules/home/images/sky.png";
programs.hyprlock.settings.background.path = "$HOME/git/nix-config/modules/home/images/sky.png";
}