diff --git a/home-manager/home.nix b/home-manager/home.nix index 4a83e4b..409e20d 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -72,6 +72,7 @@ in obsidian customPkgs.cargo-bisect-rustc audacity + prismlauncher ]; # Enable home-manager and git diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5cf07b4..4d9aa0d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -151,7 +151,6 @@ packages = with pkgs; [ firefox vscode - minecraft home-manager ]; shell = pkgs.fish;