From 5dab0b614e0f125936a6b0db7786952efceaed90 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 28 Nov 2023 13:42:18 +0800 Subject: [PATCH] treewide: use-cases -> opt-in --- darwin/profiles/{use-cases => opt-in}/gaming.nix | 0 flake.nix | 16 ++++++++-------- nixos/profiles/{use-cases => opt-in}/flatpak.nix | 0 nixos/profiles/{use-cases => opt-in}/gaming.nix | 0 .../{use-cases => opt-in}/legacy-boot.nix | 0 .../{use-cases => opt-in}/systemd-resolved.nix | 0 .../{use-cases => opt-in}/virt-manager.nix | 0 .../{use-cases => opt-in}/virtualbox.nix | 0 nixos/profiles/{use-cases => opt-in}/wayland.nix | 0 .../{use-cases => opt-in}/zram-generator.nix | 0 .../{use-cases => opt-in}/clash-meta-client.nix | 0 .../profiles/{use-cases => opt-in}/gaming.nix | 0 .../{use-cases => opt-in}/clash-meta-client.nix | 0 .../profiles/{use-cases => opt-in}/gaming.nix | 0 .../{use-cases => opt-in}/hysteria2-server.nix | 0 .../{use-cases => opt-in}/juicity-server.nix | 0 .../{use-cases => opt-in}/torrenting.nix | 0 17 files changed, 8 insertions(+), 8 deletions(-) rename darwin/profiles/{use-cases => opt-in}/gaming.nix (100%) rename nixos/profiles/{use-cases => opt-in}/flatpak.nix (100%) rename nixos/profiles/{use-cases => opt-in}/gaming.nix (100%) rename nixos/profiles/{use-cases => opt-in}/legacy-boot.nix (100%) rename nixos/profiles/{use-cases => opt-in}/systemd-resolved.nix (100%) rename nixos/profiles/{use-cases => opt-in}/virt-manager.nix (100%) rename nixos/profiles/{use-cases => opt-in}/virtualbox.nix (100%) rename nixos/profiles/{use-cases => opt-in}/wayland.nix (100%) rename nixos/profiles/{use-cases => opt-in}/zram-generator.nix (100%) rename users/guanranwang/darwin/profiles/{use-cases => opt-in}/clash-meta-client.nix (100%) rename users/guanranwang/darwin/profiles/{use-cases => opt-in}/gaming.nix (100%) rename users/guanranwang/nixos/profiles/{use-cases => opt-in}/clash-meta-client.nix (100%) rename users/guanranwang/nixos/profiles/{use-cases => opt-in}/gaming.nix (100%) rename users/guanranwang/nixos/profiles/{use-cases => opt-in}/hysteria2-server.nix (100%) rename users/guanranwang/nixos/profiles/{use-cases => opt-in}/juicity-server.nix (100%) rename users/guanranwang/nixos/profiles/{use-cases => opt-in}/torrenting.nix (100%) diff --git a/darwin/profiles/use-cases/gaming.nix b/darwin/profiles/opt-in/gaming.nix similarity index 100% rename from darwin/profiles/use-cases/gaming.nix rename to darwin/profiles/opt-in/gaming.nix diff --git a/flake.nix b/flake.nix index e015c41..ed02516 100755 --- a/flake.nix +++ b/flake.nix @@ -163,17 +163,17 @@ # OS ./nixos/profiles/core ./nixos/profiles/device-type/laptop - ./nixos/profiles/use-cases/zram-generator.nix - ./nixos/profiles/use-cases/gaming.nix - ./nixos/profiles/use-cases/wayland.nix - ./nixos/profiles/use-cases/virt-manager.nix + ./nixos/profiles/opt-in/zram-generator.nix + ./nixos/profiles/opt-in/gaming.nix + ./nixos/profiles/opt-in/wayland.nix + ./nixos/profiles/opt-in/virt-manager.nix # User ./users/guanranwang/nixos/profiles/core ./users/guanranwang/nixos/profiles/device-type/laptop - ./users/guanranwang/nixos/profiles/use-cases/clash-meta-client.nix - ./users/guanranwang/nixos/profiles/use-cases/gaming.nix - ./users/guanranwang/nixos/profiles/use-cases/torrenting.nix + ./users/guanranwang/nixos/profiles/opt-in/clash-meta-client.nix + ./users/guanranwang/nixos/profiles/opt-in/gaming.nix + ./users/guanranwang/nixos/profiles/opt-in/torrenting.nix # Hardware ./nixos/hardware/lenovo/legion/81fw/Aristotle @@ -197,7 +197,7 @@ ./users/guanranwang/darwin/profiles/core ./users/guanranwang/darwin/profiles/device-type/desktop - ./users/guanranwang/darwin/profiles/use-cases/clash-meta-client.nix + ./users/guanranwang/darwin/profiles/opt-in/clash-meta-client.nix ./darwin/hardware/apple/imac/18-3 diff --git a/nixos/profiles/use-cases/flatpak.nix b/nixos/profiles/opt-in/flatpak.nix similarity index 100% rename from nixos/profiles/use-cases/flatpak.nix rename to nixos/profiles/opt-in/flatpak.nix diff --git a/nixos/profiles/use-cases/gaming.nix b/nixos/profiles/opt-in/gaming.nix similarity index 100% rename from nixos/profiles/use-cases/gaming.nix rename to nixos/profiles/opt-in/gaming.nix diff --git a/nixos/profiles/use-cases/legacy-boot.nix b/nixos/profiles/opt-in/legacy-boot.nix similarity index 100% rename from nixos/profiles/use-cases/legacy-boot.nix rename to nixos/profiles/opt-in/legacy-boot.nix diff --git a/nixos/profiles/use-cases/systemd-resolved.nix b/nixos/profiles/opt-in/systemd-resolved.nix similarity index 100% rename from nixos/profiles/use-cases/systemd-resolved.nix rename to nixos/profiles/opt-in/systemd-resolved.nix diff --git a/nixos/profiles/use-cases/virt-manager.nix b/nixos/profiles/opt-in/virt-manager.nix similarity index 100% rename from nixos/profiles/use-cases/virt-manager.nix rename to nixos/profiles/opt-in/virt-manager.nix diff --git a/nixos/profiles/use-cases/virtualbox.nix b/nixos/profiles/opt-in/virtualbox.nix similarity index 100% rename from nixos/profiles/use-cases/virtualbox.nix rename to nixos/profiles/opt-in/virtualbox.nix diff --git a/nixos/profiles/use-cases/wayland.nix b/nixos/profiles/opt-in/wayland.nix similarity index 100% rename from nixos/profiles/use-cases/wayland.nix rename to nixos/profiles/opt-in/wayland.nix diff --git a/nixos/profiles/use-cases/zram-generator.nix b/nixos/profiles/opt-in/zram-generator.nix similarity index 100% rename from nixos/profiles/use-cases/zram-generator.nix rename to nixos/profiles/opt-in/zram-generator.nix diff --git a/users/guanranwang/darwin/profiles/use-cases/clash-meta-client.nix b/users/guanranwang/darwin/profiles/opt-in/clash-meta-client.nix similarity index 100% rename from users/guanranwang/darwin/profiles/use-cases/clash-meta-client.nix rename to users/guanranwang/darwin/profiles/opt-in/clash-meta-client.nix diff --git a/users/guanranwang/darwin/profiles/use-cases/gaming.nix b/users/guanranwang/darwin/profiles/opt-in/gaming.nix similarity index 100% rename from users/guanranwang/darwin/profiles/use-cases/gaming.nix rename to users/guanranwang/darwin/profiles/opt-in/gaming.nix diff --git a/users/guanranwang/nixos/profiles/use-cases/clash-meta-client.nix b/users/guanranwang/nixos/profiles/opt-in/clash-meta-client.nix similarity index 100% rename from users/guanranwang/nixos/profiles/use-cases/clash-meta-client.nix rename to users/guanranwang/nixos/profiles/opt-in/clash-meta-client.nix diff --git a/users/guanranwang/nixos/profiles/use-cases/gaming.nix b/users/guanranwang/nixos/profiles/opt-in/gaming.nix similarity index 100% rename from users/guanranwang/nixos/profiles/use-cases/gaming.nix rename to users/guanranwang/nixos/profiles/opt-in/gaming.nix diff --git a/users/guanranwang/nixos/profiles/use-cases/hysteria2-server.nix b/users/guanranwang/nixos/profiles/opt-in/hysteria2-server.nix similarity index 100% rename from users/guanranwang/nixos/profiles/use-cases/hysteria2-server.nix rename to users/guanranwang/nixos/profiles/opt-in/hysteria2-server.nix diff --git a/users/guanranwang/nixos/profiles/use-cases/juicity-server.nix b/users/guanranwang/nixos/profiles/opt-in/juicity-server.nix similarity index 100% rename from users/guanranwang/nixos/profiles/use-cases/juicity-server.nix rename to users/guanranwang/nixos/profiles/opt-in/juicity-server.nix diff --git a/users/guanranwang/nixos/profiles/use-cases/torrenting.nix b/users/guanranwang/nixos/profiles/opt-in/torrenting.nix similarity index 100% rename from users/guanranwang/nixos/profiles/use-cases/torrenting.nix rename to users/guanranwang/nixos/profiles/opt-in/torrenting.nix