rename repo (and folders)
This commit is contained in:
@ -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)
|
||||
|
@ -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";
|
||||
}
|
||||
|
@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user