ooooooooooooohhhhhh, is that alllllllll

This commit is contained in:
Chris Kruining 2025-07-31 08:15:35 +02:00
parent 41acda91f4
commit 8282155619
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 2 additions and 3 deletions

View file

@ -10,6 +10,6 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ studio ];
home.packages = with pkgs.${namespace}; [ studio ];
};
}