From 9dba75fd8cdcd42c02795178b25006768e236e5e Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 18 Jun 2025 18:08:12 +0200 Subject: [PATCH] rename repo (and folders) --- README.md | 2 +- hosts/hurricane/hyprlock.nix | 2 +- hosts/wildfire/hyprlock.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffd0bdb..58b2dbb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/hosts/hurricane/hyprlock.nix b/hosts/hurricane/hyprlock.nix index f681d22..9c7a827 100644 --- a/hosts/hurricane/hyprlock.nix +++ b/hosts/hurricane/hyprlock.nix @@ -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"; } diff --git a/hosts/wildfire/hyprlock.nix b/hosts/wildfire/hyprlock.nix index 8843fd8..8bb23cb 100644 --- a/hosts/wildfire/hyprlock.nix +++ b/hosts/wildfire/hyprlock.nix @@ -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"; }