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