From 8282155619e92c2c5d2a65394fb805cf485b16a0 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 31 Jul 2025 08:15:35 +0200 Subject: [PATCH] ooooooooooooohhhhhh, is that alllllllll --- homes/x86_64-linux/chris@manwe/default.nix | 2 +- modules/{nixos => home}/application/studio/default.nix | 2 +- systems/x86_64-linux/manwe/default.nix | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) rename modules/{nixos => home}/application/studio/default.nix (83%) diff --git a/homes/x86_64-linux/chris@manwe/default.nix b/homes/x86_64-linux/chris@manwe/default.nix index 5f9e1bf..cd6fa1a 100644 --- a/homes/x86_64-linux/chris@manwe/default.nix +++ b/homes/x86_64-linux/chris@manwe/default.nix @@ -39,7 +39,7 @@ onlyoffice.enable = true; signal.enable = true; steam.enable = true; - # studio.enable = true; + studio.enable = true; teamspeak.enable = true; thunderbird.enable = true; zen.enable = true; diff --git a/modules/nixos/application/studio/default.nix b/modules/home/application/studio/default.nix similarity index 83% rename from modules/nixos/application/studio/default.nix rename to modules/home/application/studio/default.nix index 94b07fd..7f8173a 100644 --- a/modules/nixos/application/studio/default.nix +++ b/modules/home/application/studio/default.nix @@ -10,6 +10,6 @@ in }; config = mkIf cfg.enable { - environment.systemPackages = with pkgs; [ studio ]; + home.packages = with pkgs.${namespace}; [ studio ]; }; } diff --git a/systems/x86_64-linux/manwe/default.nix b/systems/x86_64-linux/manwe/default.nix index 18c18a9..510c000 100644 --- a/systems/x86_64-linux/manwe/default.nix +++ b/systems/x86_64-linux/manwe/default.nix @@ -22,7 +22,6 @@ application = { steam.enable = true; thunderbird.enable = true; - studio.enable = true; }; editor = {