diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index 7ebd02d..6011e4c 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -19,6 +19,10 @@ }; }; + home-manager.users.moritz.home.packages = with pkgs; [ + jetbrains.idea-ultimate + ]; + # BOOT boot = { supportedFilesystems = [ "btrfs" ];