From 2bdb173ac725268ca91ddbdafad6cfa62163dbc7 Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Sat, 6 Jun 2026 03:26:58 -0300 Subject: [PATCH] Refactor NixOS configurations to replace "NixOS-V2" with "chiasson-nix" across multiple modules - Updated wallpaper module to reflect new naming convention for wallpapers. - Changed author name in rbw-lock-toggle and wvkbd-toggle plugins to "chiasson.cloud". - Modified ideapad configuration to use the new flake path. - Adjusted yt-dlp-telequebec-overlay documentation to match new module structure. - Corrected documentation reference in wisdom module to point to updated conventions. --- .../shells/dms/plugins/rbw-lock-toggle/plugin.json | 2 +- .../desktop/shells/dms/plugins/wvkbd-toggle/plugin.json | 2 +- modules/desktop/wallpapers.nix | 8 ++++---- modules/hosts/ideapad/configuration.nix | 2 +- modules/system/yt-dlp-telequebec-overlay.nix | 2 +- modules/wisdom/default.nix | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/desktop/shells/dms/plugins/rbw-lock-toggle/plugin.json b/modules/desktop/shells/dms/plugins/rbw-lock-toggle/plugin.json index b0a1a85..c951ded 100644 --- a/modules/desktop/shells/dms/plugins/rbw-lock-toggle/plugin.json +++ b/modules/desktop/shells/dms/plugins/rbw-lock-toggle/plugin.json @@ -3,7 +3,7 @@ "name": "Bitwarden (rbw) lock", "description": "Bar control for rbw vault: locked/unlocked padlock; click to unlock or lock", "version": "1.0.0", - "author": "NixOS-V2", + "author": "chiasson.cloud", "type": "widget", "capabilities": ["dankbar-widget"], "component": "./RbwLockToggle.qml", diff --git a/modules/desktop/shells/dms/plugins/wvkbd-toggle/plugin.json b/modules/desktop/shells/dms/plugins/wvkbd-toggle/plugin.json index e99fe2d..ee9220b 100644 --- a/modules/desktop/shells/dms/plugins/wvkbd-toggle/plugin.json +++ b/modules/desktop/shells/dms/plugins/wvkbd-toggle/plugin.json @@ -3,7 +3,7 @@ "name": "Virtual Keyboard Toggle", "description": "Bar button to show/hide the wvkbd on-screen keyboard (for touch/tablet)", "version": "1.0.0", - "author": "NixOS-V2", + "author": "chiasson.cloud", "type": "widget", "capabilities": ["dankbar-widget"], "component": "./WvkbdToggle.qml", diff --git a/modules/desktop/wallpapers.nix b/modules/desktop/wallpapers.nix index 09214ec..861f711 100644 --- a/modules/desktop/wallpapers.nix +++ b/modules/desktop/wallpapers.nix @@ -7,7 +7,7 @@ guiEnabled = d.hyprland.enable || d.niri.enable || d.plasma.enable; wallpaperDir = pkgs.stdenvNoCC.mkDerivation { - pname = "nixos-v2-wallpapers"; + pname = "chiasson-nix-wallpapers"; version = "0.1"; src = builtins.path { path = cfg.source; @@ -26,7 +26,7 @@ { options.chiasson.desktop.wallpapers = { enable = lib.mkEnableOption '' - Copy `source` into the store; sets `NIXOS_V2_WALLPAPERS` and `/etc/wallpapers`. + Copy `source` into the store; sets `CHIASSON_NIX_WALLPAPERS` and `/etc/wallpapers`. '' // { default = true; }; @@ -43,8 +43,8 @@ config = lib.mkIf (guiEnabled && cfg.enable) { environment = { - variables.NIXOS_V2_WALLPAPERS = installPath; - sessionVariables.NIXOS_V2_WALLPAPERS = installPath; + variables.CHIASSON_NIX_WALLPAPERS = installPath; + sessionVariables.CHIASSON_NIX_WALLPAPERS = installPath; etc."wallpapers".source = installPath; }; }; diff --git a/modules/hosts/ideapad/configuration.nix b/modules/hosts/ideapad/configuration.nix index 7227233..0b8cfd4 100644 --- a/modules/hosts/ideapad/configuration.nix +++ b/modules/hosts/ideapad/configuration.nix @@ -120,7 +120,7 @@ "-lc" '' ssh -t olivier@nixdesk \ - "nixos-rebuild switch --flake path:/home/olivier/NixOS-V2#ideapad --target-host olivier@ideapad --sudo --ask-sudo-password 2>&1" + "nixos-rebuild switch --flake path:/home/olivier/chiasson-nix#ideapad --target-host olivier@ideapad --sudo --ask-sudo-password 2>&1" '' ]; }; diff --git a/modules/system/yt-dlp-telequebec-overlay.nix b/modules/system/yt-dlp-telequebec-overlay.nix index b1b5b75..bd82452 100644 --- a/modules/system/yt-dlp-telequebec-overlay.nix +++ b/modules/system/yt-dlp-telequebec-overlay.nix @@ -5,7 +5,7 @@ # # git diff master..ie/telequebec-update -- \ # yt_dlp/extractor/telequebec.py yt_dlp/extractor/_extractors.py \ -# > path/to/NixOS-V2/modules/patches/yt-dlp-telequebec.patch +# > path/to/chiasson-nix/modules/patches/yt-dlp-telequebec.patch # { ... }: { flake.nixosModules.systemYtDlpTelequebecPatch = diff --git a/modules/wisdom/default.nix b/modules/wisdom/default.nix index 4e337f6..fe92f4d 100644 --- a/modules/wisdom/default.nix +++ b/modules/wisdom/default.nix @@ -1,4 +1,4 @@ -# HM side of the flake; option tree is `chiasson.home.*` (docs/module-conventions.md). +# HM side of the flake; option tree is `chiasson.home.*` (docs/conventions.md). { self, inputs, ... }: { imports = [ ./apps/discord.nix